Started by an SCM change Running as SYSTEM Agent basic-9gg3q is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-9gg3q" namespace: "kapua" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.kapua.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-9gg3q" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-9gg3q" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.kapua.svc.cluster.local/kapua/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-kapua" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on basic-9gg3q (basic) in workspace /home/jenkins/agent/workspace/develop-test The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/kapua.git > git init /home/jenkins/agent/workspace/develop-test # timeout=10 Fetching upstream changes from https://github.com/eclipse/kapua.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/kapua.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/kapua.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision 480d94cc9937080b014bf7e07b55c5001de309b4 (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 480d94cc9937080b014bf7e07b55c5001de309b4 # timeout=10 Commit message: "Merge pull request #4028 from Coduz/feat-update_github_actions_components" > git rev-list --no-walk bb644b8b9a7287b1aa3823dccee6b19fe9aceda5 # timeout=10 [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 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] kapua-build-tools [jar] [INFO] kapua [pom] [INFO] kapua-qa [pom] [INFO] kapua-qa-markers [jar] [INFO] kapua-service [pom] [INFO] kapua-service-api [jar] [INFO] kapua-account [pom] [INFO] kapua-account-api [jar] [INFO] kapua-user [pom] [INFO] kapua-user-api [jar] [INFO] kapua-security [pom] [INFO] kapua-security-authorization [pom] [INFO] kapua-security-authorization-api [jar] [INFO] kapua-security-authentication [pom] [INFO] kapua-security-authentication-api [jar] [INFO] kapua-commons [jar] [INFO] kapua-locator [pom] [INFO] kapua-locator-guice [jar] [INFO] kapua-account-internal [jar] [INFO] kapua-message [pom] [INFO] kapua-message-api [jar] [INFO] kapua-device [pom] [INFO] kapua-device-api [jar] [INFO] kapua-device-registry [pom] [INFO] kapua-device-registry-api [jar] [INFO] kapua-job [pom] [INFO] kapua-job-api [jar] [INFO] kapua-job-engine [pom] [INFO] kapua-job-engine-api [jar] [INFO] kapua-device-management [pom] [INFO] kapua-device-management-api [jar] [INFO] kapua-device-management-request [pom] [INFO] kapua-device-management-request-api [jar] [INFO] kapua-commons-rest [pom] [INFO] kapua-commons-rest-model [jar] [INFO] kapua-job-engine-client [jar] [INFO] kapua-job-engine-commons [jar] [INFO] kapua-transport [pom] [INFO] kapua-transport-api [jar] [INFO] kapua-device-call [pom] [INFO] kapua-device-call-api [jar] [INFO] kapua-translator [pom] [INFO] kapua-translator-api [jar] [INFO] kapua-message-internal [jar] [INFO] kapua-transport-mqtt [jar] [INFO] kapua-device-call-kura [jar] [INFO] kapua-device-management-registry [pom] [INFO] kapua-device-management-registry-api [jar] [INFO] kapua-device-commons [jar] [INFO] kapua-service-commons [pom] [INFO] kapua-service-storable [pom] [INFO] kapua-service-storable-api [jar] [INFO] kapua-service-elasticsearch [pom] [INFO] kapua-service-elasticsearch-client-api [jar] [INFO] kapua-datastore [pom] [INFO] kapua-datastore-api [jar] [INFO] kapua-service-storable-internal [jar] [INFO] kapua-service-elasticsearch-client-rest [jar] [INFO] kapua-datastore-internal [jar] [INFO] kapua-plug-ins [pom] [INFO] kapua-sso [pom] [INFO] kapua-openid-connect [pom] [INFO] kapua-openid-api [jar] [INFO] kapua-openid-provider [jar] [INFO] kapua-security-registration [pom] [INFO] kapua-security-registration-api [jar] [INFO] kapua-service-commons-utils [pom] [INFO] kapua-service-commons-utils-api [jar] [INFO] kapua-security-certificate [pom] [INFO] kapua-security-certificate-api [jar] [INFO] kapua-service-commons-utils-internal [jar] [INFO] kapua-security-certificate-internal [jar] [INFO] kapua-user-internal [jar] [INFO] kapua-client [pom] [INFO] kapua-client-security [jar] [INFO] kapua-device-authentication [jar] [INFO] kapua-tag [pom] [INFO] kapua-tag-api [jar] [INFO] kapua-device-registry-internal [jar] [INFO] kapua-security-registration-simple [jar] [INFO] kapua-tag-internal [jar] [INFO] kapua-security-shiro [jar] [INFO] kapua-simulator-kura [jar] [INFO] kapua-stream [pom] [INFO] kapua-stream-api [jar] [INFO] kapua-device-management-asset [pom] [INFO] kapua-device-management-asset-api [jar] [INFO] kapua-device-management-asset-store [pom] [INFO] kapua-device-management-asset-store-api [jar] [INFO] kapua-device-management-asset-internal [jar] [INFO] kapua-device-management-asset-store-dummy [jar] [INFO] kapua-device-management-bundle [pom] [INFO] kapua-device-management-bundle-api [jar] [INFO] kapua-device-management-bundle-internal [jar] [INFO] kapua-device-management-command [pom] [INFO] kapua-device-management-command-api [jar] [INFO] kapua-device-management-command-internal [jar] [INFO] kapua-device-management-configuration [pom] [INFO] kapua-device-management-configuration-api [jar] [INFO] kapua-device-management-configuration-message-api [jar] [INFO] kapua-device-management-configuration-store [pom] [INFO] kapua-device-management-configuration-store-api [jar] [INFO] kapua-device-management-configuration-internal [jar] [INFO] kapua-device-management-configuration-store-dummy [jar] [INFO] kapua-device-management-inventory [pom] [INFO] kapua-device-management-inventory-api [jar] [INFO] kapua-device-management-inventory-internal [jar] [INFO] kapua-device-management-keystore [pom] [INFO] kapua-device-management-keystore-api [jar] [INFO] kapua-device-management-keystore-internal [jar] [INFO] kapua-device-management-packages [pom] [INFO] kapua-device-management-packages-api [jar] [INFO] kapua-device-management-registry-internal [jar] [INFO] kapua-device-management-packages-internal [jar] [INFO] kapua-device-management-request-internal [jar] [INFO] kapua-device-management-all [pom] [INFO] kapua-device-management-all-internal [jar] [INFO] kapua-translator-kapua [pom] [INFO] kapua-translator-kapua-kura [jar] [INFO] kapua-translator-kura [pom] [INFO] kapua-translator-kura-mqtt [jar] [INFO] kapua-transport-jms [jar] [INFO] kapua-translator-kura-jms [jar] [INFO] kapua-qa-common [jar] [INFO] kapua-account-test-steps [jar] [INFO] kapua-account-test [jar] [INFO] kapua-user-test-steps [jar] [INFO] kapua-user-test [jar] [INFO] kapua-scheduler [pom] [INFO] kapua-scheduler-api [jar] [INFO] kapua-device-management-job [pom] [INFO] kapua-device-management-job-api [jar] [INFO] kapua-service-client [jar] [INFO] kapua-broker [pom] [INFO] kapua-broker-artemis [pom] [INFO] kapua-broker-artemis-plugin [jar] [INFO] kapua-device-registry-test-steps [jar] [INFO] kapua-device-registry-test [jar] [INFO] kapua-scheduler-quartz [jar] [INFO] kapua-job-internal [jar] [INFO] kapua-job-test-steps [jar] [INFO] kapua-job-test [jar] [INFO] kapua-tag-test-steps [jar] [INFO] kapua-tag-test [jar] [INFO] kapua-endpoint [pom] [INFO] kapua-endpoint-api [jar] [INFO] kapua-rest-api [pom] [INFO] kapua-rest-api-core [jar] [INFO] kapua-device-management-all-api [jar] [INFO] kapua-system [pom] [INFO] kapua-system-api [jar] [INFO] kapua-commons-rest-errors [jar] [INFO] kapua-rest-api-resources [jar] [INFO] kapua-endpoint-internal [jar] [INFO] kapua-commons-rest-filters [jar] [INFO] kapua-stream-internal [jar] [INFO] kapua-system-internal [jar] [INFO] kapua-extras [pom] [INFO] kapua-foreignkeys [jar] [INFO] kapua-rest-api-web [war] [INFO] kapua-qa-integration-steps [jar] [INFO] kapua-security-test-steps [jar] [INFO] kapua-device-management-job-internal [jar] [INFO] kapua-endpoint-test-steps [jar] [INFO] kapua-device-management-bundle-job [jar] [INFO] kapua-device-management-asset-job [jar] [INFO] kapua-device-management-packages-job [jar] [INFO] kapua-device-management-command-job [jar] [INFO] kapua-device-management-configuration-job [jar] [INFO] kapua-device-management-keystore-job [jar] [INFO] kapua-scheduler-test-steps [jar] [INFO] kapua-datastore-test-steps [jar] [INFO] kapua-service-camel [jar] [INFO] kapua-consumer [pom] [INFO] kapua-consumer-lifecycle [jar] [INFO] kapua-consumer-telemetry [jar] [INFO] kapua-service-authentication [jar] [INFO] kapua-qa-integration [jar] [INFO] kapua-dev-tools [pom] [INFO] kapua-cucumber-reports [pom] [INFO] kapua-deployment [pom] [INFO] kapua-deployment-commons [pom] [INFO] kapua-docker [pom] [INFO] kapua-minishift [pom] [INFO] kapua-openshift [pom] [INFO] kapua-datastore-test [jar] [INFO] kapua-device-management-all-job [jar] [INFO] kapua-scheduler-test [jar] [INFO] kapua-security-test [jar] [INFO] kapua-system-test-steps [jar] [INFO] kapua-system-test [jar] [INFO] kapua-service-authentication-app [jar] [INFO] kapua-translator-test-steps [jar] [INFO] kapua-translator-test [jar] [INFO] kapua-es-migrator [jar] [INFO] kapua-encryption-migrator [jar] [INFO] kapua-liquibase-unlocker [jar] [INFO] kapua-openid-provider-generic [jar] [INFO] kapua-openid-provider-keycloak [jar] [INFO] kapua-job-engine-jbatch [jar] [INFO] kapua-job-engine-app [pom] [INFO] kapua-job-engine-app-core [jar] [INFO] kapua-job-engine-app-resources [jar] [INFO] kapua-job-engine-app-web [war] [INFO] kapua-consumer-lifecycle-app [jar] [INFO] kapua-consumer-telemetry-app [jar] [INFO] kapua-client-gateway [pom] [INFO] Eclipse Kapua :: Gateway Client :: API [bundle] [INFO] Eclipse Kapua :: Gateway Client :: SPI [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider [pom] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura [bundle] [INFO] Eclipse Kapua :: Gateway Client :: Features [pom] [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf [feature] [INFO] kapua-assembly [pom] [INFO] kapua-assembly-java-base [pom] [INFO] kapua-assembly-jetty-base [pom] [INFO] kapua-assembly-sql [pom] [INFO] kapua-assembly-events-broker [pom] [INFO] kapua-assembly-broker-artemis [pom] [INFO] kapua-assembly-api [pom] [INFO] kapua-assembly-consumer [pom] [INFO] kapua-assembly-consumer-telemetry [jar] [INFO] kapua-assembly-consumer-lifecycle [jar] [INFO] kapua-assembly-service [pom] [INFO] kapua-assembly-service-authentication [jar] [INFO] kapua-assembly-job-engine [jar] [INFO] [INFO] -------------< org.eclipse.kapua.build:kapua-build-tools >-------------- [INFO] Building kapua-build-tools 2.1.0-SNAPSHOT [1/229] [INFO] from build-tools/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-build-tools --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ kapua-build-tools --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ kapua-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ kapua-build-tools --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/build-tools/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ kapua-build-tools --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ kapua-build-tools --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-build-tools --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/build-tools/target/kapua-build-tools-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- install:3.1.1:install (default-install) @ kapua-build-tools --- [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 [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 [INFO] [INFO] ----------------------< org.eclipse.kapua:kapua >----------------------- [INFO] Building kapua 2.1.0-SNAPSHOT [2/229] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687743107 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua --- [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 [INFO] [INFO] ---------------------< org.eclipse.kapua:kapua-qa >--------------------- [INFO] Building kapua-qa 2.1.0-SNAPSHOT [3/229] [INFO] from qa/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687745421 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa --- [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 [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa --- [INFO] Copying 1 resource [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-qa --- [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-qa-markers >----------------- [INFO] Building kapua-qa-markers 2.1.0-SNAPSHOT [4/229] [INFO] from qa/markers/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-markers --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-markers --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-markers --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-markers --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/markers [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687745684 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/markers' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/markers [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-markers --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-markers --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/markers/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-markers --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-markers --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/qa/markers/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-markers --- [INFO] Not copying test resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-markers --- [INFO] Not compiling test sources [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-markers --- [INFO] Tests are skipped. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-markers --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-markers --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-markers --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/markers/target/kapua-qa-markers-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-markers --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-markers --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-service >------------------- [INFO] Building kapua-service 2.1.0-SNAPSHOT [5/229] [INFO] from service/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687751769 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service --- [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-service-api >----------------- [INFO] Building kapua-service-api 2.1.0-SNAPSHOT [6/229] [INFO] from service/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687752350 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-api --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/develop-test/service/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/develop-test/service/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.model.xml.XmlAdaptedNameTypeValueObjectTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.kapua.model.xml.XmlAdaptedNameTypeValueObjectTest [INFO] Running org.eclipse.kapua.model.xml.adapters.XmlPropertiesAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 s - in org.eclipse.kapua.model.xml.adapters.XmlPropertiesAdapterTest [INFO] Running org.eclipse.kapua.model.xml.DateXmlAdapterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.kapua.model.xml.DateXmlAdapterTest [INFO] Running org.eclipse.kapua.model.xml.ObjectTypeXmlAdapterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.xml.ObjectTypeXmlAdapterTest [INFO] Running org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.xml.XmlAdaptedTypeValueObjectTest [INFO] Running org.eclipse.kapua.model.xml.BinaryXmlAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.model.xml.BinaryXmlAdapterTest [INFO] Running org.eclipse.kapua.model.KapuaEntityAttributesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.KapuaEntityAttributesTest [INFO] Running org.eclipse.kapua.model.type.ByteArrayConverterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.type.ByteArrayConverterTest [INFO] Running org.eclipse.kapua.model.type.ObjectValueConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.model.type.ObjectValueConverterTest [INFO] Running org.eclipse.kapua.model.type.ObjectTypeConverterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.model.type.ObjectTypeConverterTest [INFO] Running org.eclipse.kapua.model.domain.AbstractDomainTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.model.domain.AbstractDomainTest [INFO] Running org.eclipse.kapua.model.id.KapuaIdImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.model.id.KapuaIdImplTest [INFO] Running org.eclipse.kapua.model.query.SortOrderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.model.query.SortOrderTest [INFO] Running org.eclipse.kapua.KapuaIllegalArgumentExceptionTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.kapua.KapuaIllegalArgumentExceptionTest [INFO] Running org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.entity.EntityPropertiesWriteExceptionTest [INFO] Running org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.entity.EntityPropertiesReadExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaDuplicateExternalIdExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalAccessExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.KapuaIllegalAccessExceptionTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdapterTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertiesAdaptedTest [INFO] Running org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.service.config.ServiceXmlConfigPropertyAdaptedTest [INFO] Running org.eclipse.kapua.KapuaOptimisticLockingExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.KapuaOptimisticLockingExceptionTest [INFO] Running org.eclipse.kapua.KapuaExceptionWithoutBundleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.KapuaExceptionWithoutBundleTest [INFO] Running org.eclipse.kapua.KapuaEntityNotFoundExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.KapuaEntityNotFoundExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalStateExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaIllegalStateExceptionTest [INFO] Running org.eclipse.kapua.KapuaUnauthenticatedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.KapuaUnauthenticatedExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateNameExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateExternalIdInAnotherAccountErrorTest [INFO] Running org.eclipse.kapua.locator.KapuaLocatorExceptionTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.locator.KapuaLocatorExceptionTest [INFO] Running org.eclipse.kapua.KapuaEntityExistsExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaEntityExistsExceptionTest [INFO] Running org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaIllegalNullArgumentExceptionTest [INFO] Running org.eclipse.kapua.KapuaRuntimeExceptionTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.KapuaRuntimeExceptionTest [INFO] Running org.eclipse.kapua.KapuaEntityUniquenessExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.KapuaEntityUniquenessExceptionTest [INFO] Running org.eclipse.kapua.event.ServiceEventTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.event.ServiceEventTest [INFO] Running org.eclipse.kapua.event.ServiceEventBusExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.event.ServiceEventBusExceptionTest [INFO] Running org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaMaxNumberOfItemsReachedExceptionTest [INFO] Running org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountErrorTest [INFO] Running org.eclipse.kapua.KapuaEntityCloneExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.KapuaEntityCloneExceptionTest [INFO] Running org.eclipse.kapua.KapuaExceptionTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.KapuaExceptionTest [INFO] Running org.eclipse.kapua.ExceptionMessageUtilsTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.ExceptionMessageUtilsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 190, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/api/target/kapua-service-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-api --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-account >------------------- [INFO] Building kapua-account 2.1.0-SNAPSHOT [7/229] [INFO] from service/account/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687760133 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-account --- [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-account-api >----------------- [INFO] Building kapua-account-api 2.1.0-SNAPSHOT [8/229] [INFO] from service/account/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687760342 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/account/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/api/target/kapua-account-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-account-api --- [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 [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 [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 [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-user >-------------------- [INFO] Building kapua-user 2.1.0-SNAPSHOT [9/229] [INFO] from service/user/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687761772 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-user --- [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-user-api >------------------ [INFO] Building kapua-user-api 2.1.0-SNAPSHOT [10/229] [INFO] from service/user/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687761864 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-test/service/user/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/api/target/kapua-user-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-user-api --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-security >------------------ [INFO] Building kapua-security 2.1.0-SNAPSHOT [11/229] [INFO] from service/security/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687764035 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security --- [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-authorization >----------- [INFO] Building kapua-security-authorization 2.1.0-SNAPSHOT [12/229] [INFO] from service/security/authorization/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687764187 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization --- [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-authorization-api >--------- [INFO] Building kapua-security-authorization-api 2.1.0-SNAPSHOT [13/229] [INFO] from service/security/authorization/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authorization-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authorization-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authorization-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authorization-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687764397 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authorization/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authorization-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authorization-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authorization-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authorization-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 75 source files to /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authorization-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authorization-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authorization-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.authorization.exception.KapuaAuthorizationExceptionTest 22:09:28.185 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:09:28.189 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:09:28.190 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in org.eclipse.kapua.service.authorization.exception.KapuaAuthorizationExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authorization-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authorization-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/kapua-security-authorization-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authorization-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authorization/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authorization-api --- [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 [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 [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 [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-authentication >----------- [INFO] Building kapua-security-authentication 2.1.0-SNAPSHOT [14/229] [INFO] from service/security/authentication/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687768680 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication --- [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-security-authentication-api >--------- [INFO] Building kapua-security-authentication-api 2.1.0-SNAPSHOT [15/229] [INFO] from service/security/authentication/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-authentication-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-authentication-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-authentication-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-authentication-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687768850 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/authentication/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-authentication-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-authentication-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-authentication-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-authentication-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 63 source files to /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-authentication-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-authentication-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-authentication-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.authentication.exception.KapuaAuthenticationExceptionTest 22:09:31.675 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:09:31.679 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:09:31.680 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.31 s - in org.eclipse.kapua.service.authentication.exception.KapuaAuthenticationExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-authentication-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-authentication-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/kapua-security-authentication-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-authentication-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/authentication/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-authentication-api --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-commons >------------------- [INFO] Building kapua-commons 2.1.0-SNAPSHOT [16/229] [INFO] from commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687773903 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons --- [INFO] Copying 23 resources [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 [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/develop-test/commons/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons --- [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/develop-test/commons/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.kapua.commons.configuration.ServiceComponentConfigurationImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.commons.configuration.metatype.TdesignateImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TiconImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.configuration.metatype.TiconImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TocdImplTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.commons.configuration.metatype.TocdImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.configuration.metatype.TattributeImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.metatype.TmetadataImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.metatype.ObjectFactoryImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.KapuaMetatypeFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.configuration.metatype.KapuaMetatypeFactoryImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TadImplTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.kapua.commons.configuration.metatype.TadImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.configuration.metatype.TobjectImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.EmptyTocdTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.configuration.metatype.EmptyTocdTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.ToptionImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.configuration.metatype.ToptionImplTest [INFO] Running org.eclipse.kapua.commons.configuration.metatype.PasswordTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.configuration.metatype.PasswordTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigAttributeTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigAttributeTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigQueryImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.configuration.ServiceConfigQueryImplTest [INFO] Running org.eclipse.kapua.commons.configuration.StringUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.kapua.commons.configuration.StringUtilTest [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest 22:09:43.688 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:44.878 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 22:09:44.880 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 22:09:44.880 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 22:09:44.880 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:09:44.880 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 22:09:44.880 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 22:09:44.929 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:09:44.930 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:09:45.440 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 22:09:45.617 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.618 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.619 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.619 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.620 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.620 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.620 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.621 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.621 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.621 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.623 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.623 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.623 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.623 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.624 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.624 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.625 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.626 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.626 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.626 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.626 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.626 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.627 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.627 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.627 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.628 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.628 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.628 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.628 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.629 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.629 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.629 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.630 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.630 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.631 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.631 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! 22:09:45.632 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:45.632 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.304 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationCreatorImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationCreatorImplTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.commons.configuration.ServiceConfigImplTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationImplTest [INFO] Running org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest 22:09:45.656 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.657 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/*.wrong 22:09:45.658 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.659 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/ 22:09:45.659 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.659 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: /sys_*.sql 22:09:45.660 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.660 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/null 22:09:45.660 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.661 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: null/sys_*.sql 22:09:45.661 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.661 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: src/main/sql/H2/null 22:09:45.662 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:09:45.662 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: wrong/path/sys_*.sql [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResourcesTest [INFO] Running org.eclipse.kapua.commons.configuration.ValueTokenizerTest 22:09:45.735 [main] ERROR o.e.k.c.configuration.ValueTokenizer - Value is invalid [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kapua.commons.configuration.ValueTokenizerTest [INFO] Running org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.configuration.ServiceConfigurationFactoryImplTest [INFO] Running org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.kapua.commons.util.CryptoUtilImplTest [INFO] Running org.eclipse.kapua.commons.util.ClassUtilTest 22:09:45.918 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.929 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.ServiceEntry... 22:09:45.931 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.931 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.931 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.932 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of. Instantiate default instance class org.eclipse.kapua.commons.event.ServiceEntry ... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.933 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of java.lang.String... 22:09:45.934 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of... DONE 22:09:45.937 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... 22:09:45.938 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.939 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance... 22:09:45.939 [main] INFO o.e.kapua.commons.util.ClassUtil - Initializing instance of org.eclipse.kapua.commons.event.ServiceEntry... [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.kapua.commons.util.ClassUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaDateUtilsTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.commons.util.KapuaDateUtilsTest [INFO] Running org.eclipse.kapua.commons.util.RandomUtilsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.RandomUtilsTest [INFO] Running org.eclipse.kapua.commons.util.xml.XmlNamespaceFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.util.xml.XmlNamespaceFilterTest [INFO] Running org.eclipse.kapua.commons.util.xml.XmlUtilTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.eclipse.kapua.commons.util.xml.XmlUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaFileUtilsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.911 s - in org.eclipse.kapua.commons.util.KapuaFileUtilsTest [INFO] Running org.eclipse.kapua.commons.util.CommonsValidationRegexTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.util.CommonsValidationRegexTest [INFO] Running org.eclipse.kapua.commons.util.StringUtilTest [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kapua.commons.util.StringUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaDelayUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 s - in org.eclipse.kapua.commons.util.KapuaDelayUtilTest [INFO] Running org.eclipse.kapua.commons.util.KapuaErrorCodesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.util.KapuaErrorCodesTest [INFO] Running org.eclipse.kapua.commons.util.PropertiesUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.util.PropertiesUtilsTest [INFO] Running org.eclipse.kapua.commons.util.PayloadsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.util.PayloadsTest [INFO] Running org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest 22:09:48.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 22:09:48.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 22:09:48.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - External Logger not provided! Using the Configuration Printer's one! 22:09:48.480 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withLogger(org.slf4j.Logger) providing your own! 22:09:48.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 22:09:48.481 [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! 22:09:48.481 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Info =================== 22:09:48.481 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Title was not provided. Using default 'Info' 22:09:48.481 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - To fix this please use .withTitle(java.lang.String) providing your own! 22:09:48.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.485 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.486 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.487 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.487 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.487 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.488 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.488 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.488 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.488 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.488 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.489 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.489 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.490 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.491 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.491 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.492 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.492 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.493 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.494 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.494 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.494 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.495 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.495 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.495 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.495 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.495 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.496 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.496 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.497 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.497 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.498 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.498 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.499 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.499 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.500 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.501 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.501 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.501 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.501 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.501 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.501 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.502 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.502 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.503 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.504 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.504 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.504 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.514 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.515 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.516 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.516 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.517 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.517 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.518 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.519 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.519 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.520 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.520 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.521 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.521 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.522 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.522 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.523 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.523 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.524 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.525 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.525 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.526 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.526 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.527 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.527 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.528 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.528 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - =================== Title =================== 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.529 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.530 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.530 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.530 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.530 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.531 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.532 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.533 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.534 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.534 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.534 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.535 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.536 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.537 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.538 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.539 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.540 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.541 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.541 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.542 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.543 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.544 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.544 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.545 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.545 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.546 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.547 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.548 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.549 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.549 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.550 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.550 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.551 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.552 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.553 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.553 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.554 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.554 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.555 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - = Title ===================================== 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.556 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.557 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.557 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.615 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.616 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.617 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.618 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.619 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.620 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.621 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.622 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.623 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.624 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.625 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.626 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.627 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.628 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.629 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.630 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.631 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.632 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.633 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.634 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.634 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.635 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.635 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.636 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.636 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.637 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.637 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.638 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.638 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.639 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.639 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.639 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.639 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.640 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.641 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.642 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.643 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.643 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.714 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.715 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.716 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.717 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.717 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.718 [main] ERROR o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.718 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.719 [main] INFO o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ===================================== Title = 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | Header 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.719 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: [string] 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.1234 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1123456789 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.123456 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 1.2391284E8 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: true 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: false 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: a 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 100 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - | parameter: 10 22:09:48.720 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - ================================================================================== 22:09:48.722 [main] WARN o.e.k.c.u.log.ConfigurationPrinter - Log level was not provided! Defaulting to LogLevel.INFO 22:09:48.722 [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! [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.kapua.commons.util.log.ConfigurationPrinterTest [INFO] Running org.eclipse.kapua.commons.util.KapuaExceptionUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.KapuaExceptionUtilsTest [INFO] Running org.eclipse.kapua.commons.util.ResourceUtilsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.commons.util.ResourceUtilsTest [INFO] Running org.eclipse.kapua.commons.util.ArgumentValidatorTest [INFO] Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.kapua.commons.util.ArgumentValidatorTest [INFO] Running org.eclipse.kapua.commons.util.SemanticVersionTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.kapua.commons.util.SemanticVersionTest [INFO] Running org.eclipse.kapua.commons.util.SystemUtilsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.util.SystemUtilsTest [INFO] Running org.eclipse.kapua.commons.cache.LocalCacheTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.411 s - in org.eclipse.kapua.commons.cache.LocalCacheTest [INFO] Running org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.event.ServiceEventModuleConfigurationTest [INFO] Running org.eclipse.kapua.commons.event.HousekeeperRunTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.commons.event.HousekeeperRunTest [INFO] Running org.eclipse.kapua.commons.event.ServiceEventClientConfigurationTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.event.ServiceEventClientConfigurationTest [INFO] Running org.eclipse.kapua.commons.event.ServiceEntryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.event.ServiceEntryTest [INFO] Running org.eclipse.kapua.commons.event.ServiceEventScopeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.event.ServiceEventScopeTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.ComposedKeyTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.internal.cache.ComposedKeyTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProviderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProviderTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheTest [INFO] Running org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.internal.cache.dummy.CacheManagerTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordImplTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreFactoryImplTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreQueryImplTest [INFO] Running org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordCreatorImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.service.event.store.internal.EventStoreRecordCreatorImplTest [INFO] Running org.eclipse.kapua.commons.crypto.CryptoUtilImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.commons.crypto.CryptoUtilImplTest [INFO] Running org.eclipse.kapua.commons.model.id.KapuaIdFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.id.KapuaIdFactoryImplTest [INFO] Running org.eclipse.kapua.commons.model.id.IdGeneratorTest 22:09:49.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:49.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 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:49.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:49.725 [main] INFO org.reflections.Reflections - Reflections took 87 ms to scan 3 urls, producing 90 keys and 90 values 22:09:49.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:49.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:49.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:51.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:09:52.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:09:52.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:09:52.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:09:52.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 22:09:52.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 22:09:52.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:09:52.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:09:52.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:09:52.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:09:52.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL;DB_CLOSE_DELAY=-1 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:52.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:52.541 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 3 urls, producing 90 keys and 90 values 22:09:52.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:52.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:52.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:52.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:09:52.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:09:52.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:09:52.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:09:52.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 22:09:52.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 22:09:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:09:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:09:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:09:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:09:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:09:52.969 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 22:09:52.970 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running script: RUNSCRIPT FROM './src/test/sql/H2/test_collision_entity_test_create.sql' 22:09:53.035 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-commons-unit-test =================== 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:09:53.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:09:53.065 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:09:53.142 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@5433b2f8) 22:09:53.144 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.144 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.144 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.148 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@61a3049f) 22:09:53.148 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.148 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.148 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.151 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@5aec45a0) 22:09:53.152 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.152 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.152 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.155 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@21f0ebb0) 22:09:53.155 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.155 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.155 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.158 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@1fa4b33d) 22:09:53.158 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.160 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.163 [main] ERROR o.e.kapua.storage.TxManagerImpl - Retry attempts exceeded (5/4), failing org.eclipse.kapua.KapuaEntityExistsException: Error: at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:123) at org.eclipse.kapua.commons.model.id.IdGeneratorTest.lambda$collideOnNameNotId$3(IdGeneratorTest.java:164) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.commons.model.id.IdGeneratorTest.collideOnNameNotId(IdGeneratorTest.java:160) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@1fa4b33d) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:980) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:107) ... 33 common frames omitted Caused by: org.eclipse.persistence.exceptions.DatabaseException: 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: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@1fa4b33d) at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:428) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:182) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:197) at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:515) at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85) at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95) at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229) at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128) at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1503) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1649) at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:457) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) ... 34 common frames omitted 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: 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] at org.h2.message.DbException.getJdbcSQLException(DbException.java:459) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.index.BaseIndex.getDuplicateKeyException(BaseIndex.java:103) at org.h2.mvstore.db.MVSecondaryIndex.checkUnique(MVSecondaryIndex.java:221) at org.h2.mvstore.db.MVSecondaryIndex.add(MVSecondaryIndex.java:196) at org.h2.mvstore.db.MVTable.addRow(MVTable.java:531) at org.h2.command.dml.Insert.insertRows(Insert.java:195) at org.h2.command.dml.Insert.update(Insert.java:151) at org.h2.command.CommandContainer.update(CommandContainer.java:198) at org.h2.command.Command.executeUpdate(Command.java:251) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:191) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:152) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) ... 64 common frames omitted 22:09:53.163 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.167 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.164', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@97bfa39) 22:09:53.168 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.168 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.168 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.171 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.168', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@57a39af6) 22:09:53.171 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.171 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.171 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.174 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.172', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@53f14fbf) 22:09:53.175 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.175 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.175 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.177 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.175', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@716088ab) 22:09:53.178 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.178 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.178 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.181 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.178', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@7c65b175) 22:09:53.181 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.181 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.182 [main] ERROR o.e.kapua.storage.TxManagerImpl - Retry attempts exceeded (5/4), failing org.eclipse.kapua.KapuaEntityExistsException: Error: at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:123) at org.eclipse.kapua.commons.model.id.IdGeneratorTest.lambda$goOverMaxRetries$0(IdGeneratorTest.java:88) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.commons.model.id.IdGeneratorTest.goOverMaxRetries(IdGeneratorTest.java:83) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.178', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@7c65b175) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:980) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.create(KapuaEntityJpaRepository.java:107) ... 33 common frames omitted Caused by: org.eclipse.persistence.exceptions.DatabaseException: 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-05-02 22:09:53.178', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@7c65b175) at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:333) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:917) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeNoSelect(DatabaseAccessor.java:979) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:640) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.insertObject(DatasourceCallQueryMechanism.java:428) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:182) at org.eclipse.persistence.internal.queries.StatementQueryMechanism.insertObject(StatementQueryMechanism.java:197) at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.insertObjectForWrite(DatabaseQueryMechanism.java:515) at org.eclipse.persistence.queries.InsertObjectQuery.executeCommit(InsertObjectQuery.java:85) at org.eclipse.persistence.queries.InsertObjectQuery.executeCommitWithChangeSet(InsertObjectQuery.java:95) at org.eclipse.persistence.internal.queries.DatabaseQueryMechanism.executeWriteWithChangeSet(DatabaseQueryMechanism.java:327) at org.eclipse.persistence.queries.WriteObjectQuery.executeDatabaseQuery(WriteObjectQuery.java:60) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWorkObjectLevelModifyQuery(ObjectLevelModifyQuery.java:110) at org.eclipse.persistence.queries.ObjectLevelModifyQuery.executeInUnitOfWork(ObjectLevelModifyQuery.java:87) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1830) at org.eclipse.persistence.internal.sessions.CommitManager.commitNewObjectsForClassWithChangeSet(CommitManager.java:229) at org.eclipse.persistence.internal.sessions.CommitManager.commitAllObjectsWithChangeSet(CommitManager.java:128) at org.eclipse.persistence.internal.sessions.AbstractSession.writeAllObjectsWithChangeSet(AbstractSession.java:4409) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabase(UnitOfWorkImpl.java:1503) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.commitToDatabaseWithPreBuiltChangeSet(UnitOfWorkImpl.java:1649) at org.eclipse.persistence.internal.sessions.RepeatableWriteUnitOfWork.writeChanges(RepeatableWriteUnitOfWork.java:457) at org.eclipse.persistence.internal.jpa.EntityManagerImpl.flush(EntityManagerImpl.java:975) ... 34 common frames omitted 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-05-02 22:09:53.178', 1, NULL, NULL, 1, 'Collision - first record', NULL, NULL]"; SQL statement: 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] at org.h2.message.DbException.getJdbcSQLException(DbException.java:459) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.mvstore.db.MVPrimaryIndex.add(MVPrimaryIndex.java:127) at org.h2.mvstore.db.MVTable.addRow(MVTable.java:531) at org.h2.command.dml.Insert.insertRows(Insert.java:195) at org.h2.command.dml.Insert.update(Insert.java:151) at org.h2.command.CommandContainer.update(CommandContainer.java:198) at org.h2.command.Command.executeUpdate(Command.java:251) at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:191) at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:152) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeDirectNoSelect(DatabaseAccessor.java:907) ... 64 common frames omitted 22:09:53.182 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.217 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException 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-05-02 22:09:53.186', 1, NULL, NULL, 1, 'PartialCollision - first attempt', NULL, NULL]"; SQL statement: 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] Error Code: 23505 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) bind => [12 parameters bound] Query: InsertObjectQuery(org.eclipse.kapua.commons.model.misc.CollisionEntity@74a09584) 22:09:53.218 [main] WARN o.e.kapua.commons.jpa.JpaTxContext - Conflict on entity creation. Cannot insert the entity, trying again! 22:09:53.218 [main] WARN o.e.kapua.ExceptionMessageUtils - Could not load exception messages for code: ENTITY_ALREADY_EXISTS. A generic error message will be printed. 22:09:53.218 [main] WARN o.e.kapua.storage.TxManagerImpl - Recoverable exception 'class org.eclipse.kapua.KapuaEntityExistsException':'Error: ', retrying 22:09:53.221 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - Running database scripts... 22:09:53.221 [main] INFO o.e.k.c.m.AbstractCommonServiceTest - ...database scripts done! 22:09:53.221 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - Running database scripts... 22:09:53.221 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtils - ...database scripts done! [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.69 s - in org.eclipse.kapua.commons.model.id.IdGeneratorTest [INFO] Running org.eclipse.kapua.commons.model.id.KapuaEidConverterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.commons.model.id.KapuaEidConverterTest [INFO] Running org.eclipse.kapua.commons.model.id.KapuaEidTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.model.id.KapuaEidTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaEntityTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityTest [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.model.query.predicate.AndPredicateImplTest [INFO] Running org.eclipse.kapua.commons.model.query.predicate.AttributePredicateImplTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.model.query.predicate.AttributePredicateImplTest [INFO] Running org.eclipse.kapua.commons.model.query.predicate.OrPredicateImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.model.query.predicate.OrPredicateImplTest [INFO] Running org.eclipse.kapua.commons.model.query.FieldSortCriteriaImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.query.FieldSortCriteriaImplTest [INFO] Running org.eclipse.kapua.commons.model.query.AbstractKapuaQueryTest [INFO] Tests run: 100, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.commons.model.query.AbstractKapuaQueryTest [INFO] Running org.eclipse.kapua.commons.model.query.KapuaListResultImplTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.commons.model.query.KapuaListResultImplTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaNamedEntityTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaEntityCreatorTest [INFO] Running org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.model.AbstractKapuaUpdatableEntityTest [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.KapuaSettingErrorCodesTest [INFO] Running org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest 22:09:53.355 [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. 22:09:53.355 [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. 22:09:53.355 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.356 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. 22:09:53.357 [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. [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.setting.KapuaSettingExceptionTest [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingKeyTest [INFO] Running org.eclipse.kapua.commons.setting.system.SystemSettingTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.system.SystemSettingTest [INFO] Running org.eclipse.kapua.commons.setting.AbstractBaseKapuaSettingTest [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.setting.AbstractBaseKapuaSettingTest [INFO] Running org.eclipse.kapua.commons.setting.SimpleSettingKeyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.SimpleSettingKeyTest [INFO] Running org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest 22:09:53.424 [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. 22:09:53.424 [main] ERROR o.e.k.c.setting.AbstractKapuaSetting - Error loading PropertiesConfiguration org.eclipse.kapua.commons.setting.KapuaSettingException: Error: incorrect.properties at org.eclipse.kapua.commons.util.KapuaFileUtils.getAsURL(KapuaFileUtils.java:60) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.loadConfigResource(AbstractKapuaSetting.java:142) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.createCompositeSource(AbstractKapuaSetting.java:75) at org.eclipse.kapua.commons.setting.AbstractKapuaSetting.(AbstractKapuaSetting.java:49) at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest$IncorrectConfigResourceName.(AbstractKapuaSettingTest.java:26) at org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest.abstractKapuaSettingIncorrectConfigResourceNameTest(AbstractKapuaSettingTest.java:32) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.setting.AbstractKapuaSettingTest [INFO] Running org.eclipse.kapua.commons.setting.EnvFriendlyConfigurationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.commons.setting.EnvFriendlyConfigurationTest [INFO] Running org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.018 s - in org.eclipse.kapua.commons.security.KapuaDoPrivilegeTest [INFO] Running org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.about.AboutEntryTest [INFO] Running org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.commons.about.AboutScannerTest [INFO] Running org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:56.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... SKIPPED! Liquibase disabled by System property 'LIQUIBASE_ENABLED'... 22:09:56.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:56.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: foo 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:56.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:56.494 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 3 urls, producing 90 keys and 90 values 22:09:56.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:56.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:56.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:56.510 [main] ERROR o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... ERROR! Error: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement: 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))] liquibase.exception.LockException: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement: 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))] at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:289) at liquibase.lockservice.StandardLockService.waitForLock(StandardLockService.java:207) at liquibase.Liquibase.update(Liquibase.java:184) at liquibase.Liquibase.update(Liquibase.java:179) at liquibase.Liquibase.update(Liquibase.java:175) at liquibase.Liquibase.update(Liquibase.java:168) at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:244) at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.executeMasters(KapuaLiquibaseClient.java:216) at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClient.update(KapuaLiquibaseClient.java:158) at org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest.shouldCreateAttempToUseCustomSchema(KapuaLiquibaseClientTest.java:112) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.ExpectException.evaluate(ExpectException.java:19) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: liquibase.exception.DatabaseException: Schema "FOO" not found; SQL statement: 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))] at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:356) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:57) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:125) at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:109) at liquibase.lockservice.StandardLockService.init(StandardLockService.java:97) at liquibase.lockservice.StandardLockService.acquireLock(StandardLockService.java:246) ... 40 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Schema "FOO" not found; SQL statement: 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] at org.h2.message.DbException.getJdbcSQLException(DbException.java:576) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.getSchema(Parser.java:1194) at org.h2.command.Parser.getSchema(Parser.java:1200) at org.h2.command.Parser.parseCreateTable(Parser.java:8368) at org.h2.command.Parser.parseCreate(Parser.java:6276) at org.h2.command.Parser.parsePrepared(Parser.java:903) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:212) at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:201) at liquibase.executor.jvm.JdbcExecutor$ExecuteStatementCallback.doInStatement(JdbcExecutor.java:352) ... 45 common frames omitted 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:56.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:56.528 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 3 urls, producing 90 keys and 90 values 22:09:56.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:56.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:56.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:56.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:09:56.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:09:56.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:09:56.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:09:56.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 22:09:56.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 22:09:56.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:09:56.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:56.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:56.871 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 3 urls, producing 90 keys and 90 values 22:09:56.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:56.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:56.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:56.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:09:57.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:09:57.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:09:57.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:09:57.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 22:09:57.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 22:09:57.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:09:57.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:09:57.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:09:57.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:09:57.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | JDBC URL: jdbc:h2:mem:kapua;MODE=MySQL; 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: N/A 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:09:57.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:09:57.156 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 3 urls, producing 90 keys and 90 values 22:09:57.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:09:57.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 3 22:09:57.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:09:57.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:09:57.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:09:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:09:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:09:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 1 22:09:57.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-liquibase-master.xml... 22:09:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:09:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:09:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:09:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:09:57.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.959 s - in org.eclipse.kapua.commons.liquibase.KapuaLiquibaseClientTest [INFO] Running org.eclipse.kapua.commons.metric.MetricsServiceImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.commons.metric.MetricsServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 962, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons/target/jacoco.exec [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons/target/kapua-commons-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons/target/jacoco.exec [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-commons --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-locator >------------------- [INFO] Building kapua-locator 2.1.0-SNAPSHOT [17/229] [INFO] from locator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687799187 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-locator --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-locator-guice >---------------- [INFO] Building kapua-locator-guice 2.1.0-SNAPSHOT [18/229] [INFO] from locator/guice/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-locator-guice --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-locator-guice --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-locator-guice --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-locator-guice --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator/guice [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687799335 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/locator/guice' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/locator/guice [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-locator-guice --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-locator-guice --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-locator-guice --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-locator-guice --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-test/locator/guice/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-locator-guice --- [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-locator-guice --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-test/locator/guice/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-locator-guice --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.locator.internal.GuiceLocatorImplTest 22:10:03.785 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:10:03.790 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:10:03.973 [main] INFO org.reflections.Reflections - Reflections took 75 ms to scan 1 urls, producing 13 keys and 23 values 22:10:04.046 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:10:04.049 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.TestModule 22:10:04.050 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 22:10:04.051 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:10:04.051 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:04.051 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:10:04.051 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:04.051 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:04.642 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:10:04.773 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:10:04.773 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:04.773 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:04.773 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal 22:10:04.774 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:04.774 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.extra 22:10:04.774 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:10:04.774 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:10:04.774 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:04.774 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 22:10:04.866 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 1 urls, producing 10 keys and 16 values 22:10:04.867 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:10:04.867 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator-1.xml 22:10:04.867 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:10:04.867 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.internal.guice.GuiceLocatorModule 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:10:04.868 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:04.869 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:04.975 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... [WARNING] Tests run: 13, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.608 s - in org.eclipse.kapua.locator.internal.GuiceLocatorImplTest [INFO] Running org.eclipse.kapua.locator.internal.ResolverTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.locator.internal.ResolverTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 3 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-locator-guice --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/locator/guice/target/jacoco.exec [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-locator-guice --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-locator-guice --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/locator/guice/target/kapua-locator-guice-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-locator-guice --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/locator/guice/target/jacoco.exec [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-locator-guice --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-account-internal >-------------- [INFO] Building kapua-account-internal 2.1.0-SNAPSHOT [19/229] [INFO] from service/account/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687805527 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-internal --- [INFO] Copying 23 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/service/account/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-internal --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/account/internal/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.account.xml.AccountParentPathXmlAdapterTest 22:10:10.253 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:10:10.258 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:10:10.525 [main] INFO org.reflections.Reflections - Reflections took 161 ms to scan 3 urls, producing 134 keys and 237 values 22:10:10.641 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 22:10:10.643 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 22:10:10.644 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml.TestConfigModule 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:10.645 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:11.549 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:10:11.550 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 22:10:11.568 [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 22:10:11.746 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 22:10:12.646 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 22:10:12.646 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:10:12.646 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:10:12.646 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:10:12.647 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:10:12.647 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:10:12.649 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:10:12.649 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.xml 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:10:12.650 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:12.650 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.816 s - in org.eclipse.kapua.service.account.xml.AccountParentPathXmlAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/internal/target/kapua-account-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-account-internal --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-message >------------------- [INFO] Building kapua-message 2.1.0-SNAPSHOT [20/229] [INFO] from message/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687813265 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-message --- [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-message-api >----------------- [INFO] Building kapua-message-api 2.1.0-SNAPSHOT [21/229] [INFO] from message/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687813379 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/message/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/api/target/kapua-message-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-message-api --- [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 [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-device >------------------- [INFO] Building kapua-device 2.1.0-SNAPSHOT [22/229] [INFO] from service/device/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687816904 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device --- [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-device-api >----------------- [INFO] Building kapua-device-api 2.1.0-SNAPSHOT [23/229] [INFO] from service/device/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687817022 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-test/service/device/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/api/target/kapua-device-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-api --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-registry >--------------- [INFO] Building kapua-device-registry 2.1.0-SNAPSHOT [24/229] [INFO] from service/device/registry/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687819164 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry --- [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-device-registry-api >------------- [INFO] Building kapua-device-registry-api 2.1.0-SNAPSHOT [25/229] [INFO] from service/device/registry/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687819273 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/api/target/kapua-device-registry-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-api --- [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 [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 [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 [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-job >--------------------- [INFO] Building kapua-job 2.1.0-SNAPSHOT [26/229] [INFO] from service/job/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687821326 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job --- [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-job-api >------------------- [INFO] Building kapua-job-api 2.1.0-SNAPSHOT [27/229] [INFO] from service/job/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687821442 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 58 source files to /home/jenkins/agent/workspace/develop-test/service/job/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/api/target/kapua-job-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-api --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-job-engine >----------------- [INFO] Building kapua-job-engine 2.1.0-SNAPSHOT [28/229] [INFO] from job-engine/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687822898 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-job-engine-api >--------------- [INFO] Building kapua-job-engine-api 2.1.0-SNAPSHOT [29/229] [INFO] from job-engine/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687822996 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/job-engine/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/job-engine/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.job.engine.exception.JobEngineExceptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.245 s - in org.eclipse.kapua.job.engine.exception.JobEngineExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/job-engine/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/api/target/kapua-job-engine-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/job-engine/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-api --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-device-management >-------------- [INFO] Building kapua-device-management 2.1.0-SNAPSHOT [30/229] [INFO] from service/device/management/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687826733 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management --- [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-api >------------ [INFO] Building kapua-device-management-api 2.1.0-SNAPSHOT [31/229] [INFO] from service/device/management/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687826818 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/management/api/target/kapua-device-management-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-api --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-request >---------- [INFO] Building kapua-device-management-request 2.1.0-SNAPSHOT [32/229] [INFO] from service/device/management/request/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687828350 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-request-api >-------- [INFO] Building kapua-device-management-request-api 2.1.0-SNAPSHOT [33/229] [INFO] from service/device/management/request/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687828434 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-api --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-commons-rest >---------------- [INFO] Building kapua-commons-rest 2.1.0-SNAPSHOT [34/229] [INFO] from commons-rest/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687830079 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest --- [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-commons-rest-model >------------- [INFO] Building kapua-commons-rest-model 2.1.0-SNAPSHOT [35/229] [INFO] from commons-rest/model/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-model --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-model --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-model --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-model --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/model [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687830261 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/model' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/model [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-model --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/model/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-model --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-model --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-model --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/model/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-model --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-model --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.commons.rest.model.errors.IllegalNullArgumentExceptionInfoTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.kapua.commons.rest.model.errors.IllegalNullArgumentExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.IllegalArgumentExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.commons.rest.model.errors.IllegalArgumentExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.MfaRequiredExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.kapua.commons.rest.model.errors.MfaRequiredExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.commons.rest.model.errors.SelfManagedOnlyExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.ThrowableInfoTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.commons.rest.model.errors.ThrowableInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.InternalUserOnlyExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.commons.rest.model.errors.InternalUserOnlyExceptionInfoTest [INFO] Running org.eclipse.kapua.commons.rest.model.errors.SubjectUnauthorizedExceptionInfoTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.kapua.commons.rest.model.errors.SubjectUnauthorizedExceptionInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/jacoco.exec [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-model --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-model --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/kapua-commons-rest-model-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-model --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/commons-rest/model/target/jacoco.exec [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-model --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-client >-------------- [INFO] Building kapua-job-engine-client 2.1.0-SNAPSHOT [36/229] [INFO] from job-engine/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-client --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/client [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687834970 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-client --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-client --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/job-engine/client/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/client/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-client --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-client --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-client --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/client/target/kapua-job-engine-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-client --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-client --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-job-engine-commons >------------- [INFO] Building kapua-job-engine-commons 2.1.0-SNAPSHOT [37/229] [INFO] from job-engine/commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-engine-commons --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-engine-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-engine-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-engine-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/commons [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687836730 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/job-engine/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/job-engine/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-engine-commons --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-engine-commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/commons/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-engine-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-engine-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-engine-commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/job-engine/commons/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-engine-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-engine-commons --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-engine-commons --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-engine-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-engine-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/job-engine/commons/target/kapua-job-engine-commons-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-engine-commons --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-engine-commons --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-transport >------------------ [INFO] Building kapua-transport 2.1.0-SNAPSHOT [38/229] [INFO] from transport/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687838811 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-transport --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-api >---------------- [INFO] Building kapua-transport-api 2.1.0-SNAPSHOT [39/229] [INFO] from transport/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687838932 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/transport/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/transport/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.transport.exception.TransportExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.241 s - in org.eclipse.kapua.transport.exception.TransportExceptionTest [INFO] Running org.eclipse.kapua.transport.utils.ClientIdGeneratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.kapua.transport.utils.ClientIdGeneratorTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/api/target/kapua-transport-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-api --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-device-call >----------------- [INFO] Building kapua-device-call 2.1.0-SNAPSHOT [40/229] [INFO] from service/device/call/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687844350 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call --- [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-call-api >--------------- [INFO] Building kapua-device-call-api 2.1.0-SNAPSHOT [41/229] [INFO] from service/device/call/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687844481 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/call/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.device.call.exception.DeviceCallExceptionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.307 s - in org.eclipse.kapua.service.device.call.exception.DeviceCallExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/kapua-device-call-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/call/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-api --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-translator >----------------- [INFO] Building kapua-translator 2.1.0-SNAPSHOT [42/229] [INFO] from translator/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687849395 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-translator-api >--------------- [INFO] Building kapua-translator-api 2.1.0-SNAPSHOT [43/229] [INFO] from translator/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687849473 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/translator/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/api/target/kapua-translator-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-api --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-message-internal >-------------- [INFO] Building kapua-message-internal 2.1.0-SNAPSHOT [44/229] [INFO] from message/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-message-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-message-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-message-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-message-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687851023 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/message/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/message/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-message-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-message-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/message/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-message-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-message-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-test/message/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-message-internal --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-message-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/develop-test/message/internal/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-message-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.message.internal.KapuaMessageTest [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.42 s - in org.eclipse.kapua.message.internal.KapuaMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest 22:10:55.718 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:10:55.723 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:10:55.940 [main] INFO org.reflections.Reflections - Reflections took 115 ms to scan 4 urls, producing 79 keys and 122 values 22:10:56.025 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:56.027 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.TestModule 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:56.028 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:56.501 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:10:56.739 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:10:56.739 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:10:56.739 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:10:56.739 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:10:56.740 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:10:56.740 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.042 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaAppsMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaBirthMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaMissingMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.lifecycle.KapuaDisconnectMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.device.lifecycle.KapuaDisconnectMessageTest [INFO] Running org.eclipse.kapua.message.internal.device.data.KapuaDeviceDataTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.device.data.KapuaDeviceDataTest [INFO] Running org.eclipse.kapua.message.internal.KapuaMessageFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.KapuaMessageFactoryTest [INFO] Running org.eclipse.kapua.message.internal.KapuaPayloadTest [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.04 s - in org.eclipse.kapua.message.internal.KapuaPayloadTest [INFO] Running org.eclipse.kapua.message.internal.xml.KapuaMetricTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.kapua.message.internal.xml.KapuaMetricTest [INFO] Running org.eclipse.kapua.message.internal.xml.KapuaMetricsMapAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.06 s - in org.eclipse.kapua.message.internal.xml.KapuaMetricsMapAdapterTest [INFO] Running org.eclipse.kapua.message.internal.KapuaPositionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.kapua.message.internal.KapuaPositionTest [INFO] Running org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.message.internal.KapuaDataMessageFactoryTest [INFO] Running org.eclipse.kapua.message.internal.MessageExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.message.internal.MessageExceptionTest [INFO] Running org.eclipse.kapua.message.internal.KapuaChannelTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.message.internal.KapuaChannelTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 59, Failures: 0, Errors: 0, Skipped: 2 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-message-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-message-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-message-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/message/internal/target/kapua-message-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-message-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/message/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-message-internal --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-mqtt >--------------- [INFO] Building kapua-transport-mqtt 2.1.0-SNAPSHOT [45/229] [INFO] from transport/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-mqtt --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-mqtt --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-mqtt --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-mqtt --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/mqtt [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687858494 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/mqtt [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-mqtt --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-mqtt --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/mqtt/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-mqtt --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttMessageTest 22:11:02.725 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/transport/mqtt/target/classes/ 22:11:02.730 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to mqtt-client-setting.properties 22:11:02.730 [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 22:11:02.750 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'mqtt-client-setting.properties' [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttMessageTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttPayloadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttPayloadTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.kapua.transport.mqtt.test.message.mqtt.MqttTopicTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.exception.MqttClientExceptionTest [INFO] Running org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.transport.mqtt.test.mqtt.MqttClientConnectionOptionsTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 43, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-mqtt --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/jacoco.exec [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/kapua-transport-mqtt-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-mqtt --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/transport/mqtt/target/jacoco.exec [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-mqtt --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-device-call-kura >-------------- [INFO] Building kapua-device-call-kura 2.1.0-SNAPSHOT [46/229] [INFO] from service/device/call/kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-call-kura --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-call-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-call-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-call-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/kura [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687863859 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/call/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/call/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-call-kura --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-call-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-call-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-call-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 109 source files to /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-call-kura --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/call/kura/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-call-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-call-kura --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-call-kura --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-call-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-call-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/call/kura/target/kapua-device-call-kura-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-call-kura --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-call-kura --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-registry >--------- [INFO] Building kapua-device-management-registry 2.1.0-SNAPSHOT [47/229] [INFO] from service/device/management/registry/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687867043 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-registry-api >------- [INFO] Building kapua-device-management-registry-api 2.1.0-SNAPSHOT [48/229] [INFO] from service/device/management/registry/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687867133 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-registry-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-api --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-device-commons >--------------- [INFO] Building kapua-device-commons 2.1.0-SNAPSHOT [49/229] [INFO] from service/device/commons/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-commons --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/commons [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687868725 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-commons --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-commons --- [INFO] Copying 6 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-commons --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-test/service/device/commons/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-commons --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/commons/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-commons --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/commons/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-commons --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.device.management.commons.message.notification.KapuaNotifyMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.kapua.service.device.management.commons.message.notification.KapuaNotifyMessageTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-commons --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/commons/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-commons --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/commons/target/kapua-device-commons-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-commons --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/commons/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-commons --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-commons >--------------- [INFO] Building kapua-service-commons 2.1.0-SNAPSHOT [50/229] [INFO] from service/commons/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687873014 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons --- [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-service-storable >-------------- [INFO] Building kapua-service-storable 2.1.0-SNAPSHOT [51/229] [INFO] from service/commons/storable/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687873125 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable --- [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-service-storable-api >------------ [INFO] Building kapua-service-storable-api 2.1.0-SNAPSHOT [52/229] [INFO] from service/commons/storable/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687873229 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.storable.exception.InvalidValueMappingExceptionTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 s - in org.eclipse.kapua.service.storable.exception.InvalidValueMappingExceptionTest [INFO] Running org.eclipse.kapua.service.storable.exception.UnsupportedTypeMappingExceptionTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.service.storable.exception.UnsupportedTypeMappingExceptionTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/kapua-service-storable-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/storable/api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-api --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-elasticsearch >------------ [INFO] Building kapua-service-elasticsearch 2.1.0-SNAPSHOT [53/229] [INFO] from service/commons/elasticsearch/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687877239 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch --- [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 [INFO] [INFO] ------< org.eclipse.kapua:kapua-service-elasticsearch-client-api >------ [INFO] Building kapua-service-elasticsearch-client-api 2.1.0-SNAPSHOT [54/229] [INFO] from service/commons/elasticsearch/client-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687877386 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.elasticsearch.client.utils.InetAddressParserTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.kapua.service.elasticsearch.client.utils.InetAddressParserTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-api --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-api/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-api --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-datastore >------------------ [INFO] Building kapua-datastore 2.1.0-SNAPSHOT [55/229] [INFO] from service/datastore/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687882602 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-datastore-api >---------------- [INFO] Building kapua-datastore-api 2.1.0-SNAPSHOT [56/229] [INFO] from service/datastore/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687882698 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/api/target/kapua-datastore-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-api --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-service-storable-internal >---------- [INFO] Building kapua-service-storable-internal 2.1.0-SNAPSHOT [57/229] [INFO] from service/commons/storable/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-storable-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-storable-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-storable-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-storable-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687884471 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/storable/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-storable-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-storable-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-storable-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-storable-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-storable-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-storable-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-storable-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-storable-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-storable-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/storable/internal/target/kapua-service-storable-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-storable-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-storable-internal --- [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 [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 [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 [INFO] [INFO] -----< org.eclipse.kapua:kapua-service-elasticsearch-client-rest >------ [INFO] Building kapua-service-elasticsearch-client-rest 2.1.0-SNAPSHOT [58/229] [INFO] from service/commons/elasticsearch/client-rest/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-elasticsearch-client-rest --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-elasticsearch-client-rest --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-elasticsearch-client-rest --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-elasticsearch-client-rest --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687886315 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-elasticsearch-client-rest --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-elasticsearch-client-rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-elasticsearch-client-rest --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-elasticsearch-client-rest --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-elasticsearch-client-rest --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/elasticsearch/client-rest/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-elasticsearch-client-rest --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-elasticsearch-client-rest --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-elasticsearch-client-rest --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-elasticsearch-client-rest --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-elasticsearch-client-rest --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-elasticsearch-client-rest --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-elasticsearch-client-rest --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-datastore-internal >------------- [INFO] Building kapua-datastore-internal 2.1.0-SNAPSHOT [59/229] [INFO] from service/datastore/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687888606 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-internal --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 88 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/internal/target/kapua-datastore-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-internal --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-plug-ins >------------------ [INFO] Building kapua-plug-ins 2.1.0-SNAPSHOT [60/229] [INFO] from plug-ins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-plug-ins --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-plug-ins --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-plug-ins --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-plug-ins --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687891680 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-plug-ins --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-plug-ins --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-plug-ins --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-plug-ins --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-plug-ins --- [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 [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-sso >--------------------- [INFO] Building kapua-sso 2.1.0-SNAPSHOT [61/229] [INFO] from plug-ins/sso/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-sso --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-sso --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-sso --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-sso --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687891859 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-sso --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-sso --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-sso --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-sso --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-sso --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-openid-connect >--------------- [INFO] Building kapua-openid-connect 2.1.0-SNAPSHOT [62/229] [INFO] from plug-ins/sso/openid-connect/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-connect --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-connect --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-connect --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-connect --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687891966 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-connect --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-connect --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-connect --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-connect --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-connect --- [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-openid-api >----------------- [INFO] Building kapua-openid-api 2.1.0-SNAPSHOT [63/229] [INFO] from plug-ins/sso/openid-connect/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687892043 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/api/target/kapua-openid-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-api --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-openid-provider >--------------- [INFO] Building kapua-openid-provider 2.1.0-SNAPSHOT [64/229] [INFO] from plug-ins/sso/openid-connect/provider/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-openid-provider --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-openid-provider --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-openid-provider --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-openid-provider --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687893014 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-openid-provider --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-openid-provider --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-openid-provider --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-openid-provider --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-openid-provider --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-openid-provider --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-openid-provider --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-openid-provider --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-openid-provider --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/plug-ins/sso/openid-connect/provider/target/kapua-openid-provider-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-openid-provider --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-openid-provider --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-openid-provider --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-security-registration >------------ [INFO] Building kapua-security-registration 2.1.0-SNAPSHOT [65/229] [INFO] from service/security/registration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687894805 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration --- [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 [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration --- [INFO] Copying 1 resource [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration --- [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-security-registration-api >---------- [INFO] Building kapua-security-registration-api 2.1.0-SNAPSHOT [66/229] [INFO] from service/security/registration/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687894860 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/api/target/kapua-security-registration-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-api --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-commons-utils >------------ [INFO] Building kapua-service-commons-utils 2.1.0-SNAPSHOT [67/229] [INFO] from service/commons/utils/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687896316 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils --- [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-service-commons-utils-api >---------- [INFO] Building kapua-service-commons-utils-api 2.1.0-SNAPSHOT [68/229] [INFO] from service/commons/utils/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687896376 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/api/target/kapua-service-commons-utils-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-api --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-security-certificate >------------ [INFO] Building kapua-security-certificate 2.1.0-SNAPSHOT [69/229] [INFO] from service/security/certificate/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687897795 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate --- [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 [INFO] [INFO] ----------< org.eclipse.kapua:kapua-security-certificate-api >---------- [INFO] Building kapua-security-certificate-api 2.1.0-SNAPSHOT [70/229] [INFO] from service/security/certificate/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687897959 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/api/target/kapua-security-certificate-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-api --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-service-commons-utils-internal >------- [INFO] Building kapua-service-commons-utils-internal 2.1.0-SNAPSHOT [71/229] [INFO] from service/commons/utils/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-commons-utils-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-commons-utils-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-commons-utils-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-commons-utils-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687899663 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/commons/utils/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-commons-utils-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-commons-utils-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-commons-utils-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-commons-utils-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-commons-utils-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-commons-utils-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-commons-utils-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-commons-utils-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/commons/utils/internal/target/kapua-service-commons-utils-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-commons-utils-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-commons-utils-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-commons-utils-internal --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-security-certificate-internal >-------- [INFO] Building kapua-security-certificate-internal 2.1.0-SNAPSHOT [72/229] [INFO] from service/security/certificate/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-certificate-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-certificate-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-certificate-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-certificate-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687901090 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/certificate/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-certificate-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-certificate-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-certificate-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-certificate-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-certificate-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-certificate-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-certificate-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-certificate-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-certificate-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/certificate/internal/target/kapua-security-certificate-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-certificate-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-certificate-internal --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-user-internal >---------------- [INFO] Building kapua-user-internal 2.1.0-SNAPSHOT [73/229] [INFO] from service/user/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687903074 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-internal --- [INFO] Copying 23 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/develop-test/service/user/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/internal/target/kapua-user-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-user-internal --- [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 [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-client >------------------- [INFO] Building kapua-client 2.1.0-SNAPSHOT [74/229] [INFO] from client/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687905723 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-client --- [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-client-security >--------------- [INFO] Building kapua-client-security 2.1.0-SNAPSHOT [75/229] [INFO] from client/security/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-client-security --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-client-security --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-client-security --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-client-security --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client/security [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687906282 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/client/security' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/client/security [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-client-security --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-client-security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/client/security/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-client-security --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/develop-test/client/security/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-client-security --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/client/security/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-client-security --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-client-security --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-client-security --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-client-security --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-client-security --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/client/security/target/kapua-client-security-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-client-security --- [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/caffeine-3.1.6.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jcommander-1.78.jar [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-pool2-2.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/txw2-2.3.1.jar [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 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/stax-ex-1.8.jar [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/FastInfoset-1.2.15.jar [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/client/security/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-client-security --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-client-security --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-authentication >------------ [INFO] Building kapua-device-authentication 2.1.0-SNAPSHOT [76/229] [INFO] from service/device/authentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-authentication --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/authentication [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687909405 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-authentication --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-authentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/authentication/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-authentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/authentication/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-authentication --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-authentication --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-authentication --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-authentication --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/authentication/target/kapua-device-authentication-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-authentication --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-authentication --- [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 [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 [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 [INFO] [INFO] --------------------< org.eclipse.kapua:kapua-tag >--------------------- [INFO] Building kapua-tag 2.1.0-SNAPSHOT [77/229] [INFO] from service/tag/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687910857 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-tag --- [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-tag-api >------------------- [INFO] Building kapua-tag-api 2.1.0-SNAPSHOT [78/229] [INFO] from service/tag/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687910922 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/tag/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/api/target/kapua-tag-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-api --- [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 [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 [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 [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-registry-internal >---------- [INFO] Building kapua-device-registry-internal 2.1.0-SNAPSHOT [79/229] [INFO] from service/device/registry/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687912076 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-internal --- [INFO] Copying 53 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 45 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/internal/target/kapua-device-registry-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-internal --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-security-registration-simple >-------- [INFO] Building kapua-security-registration-simple 2.1.0-SNAPSHOT [80/229] [INFO] from service/security/registration/simple/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-registration-simple --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-registration-simple --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-registration-simple --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-registration-simple --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687915215 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/registration/simple' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-registration-simple --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-registration-simple --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-registration-simple --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-registration-simple --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-registration-simple --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-registration-simple --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-registration-simple --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-registration-simple --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-registration-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-registration-simple --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/registration/simple/target/kapua-security-registration-simple-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-registration-simple --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-registration-simple --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-tag-internal >---------------- [INFO] Building kapua-tag-internal 2.1.0-SNAPSHOT [81/229] [INFO] from service/tag/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687917167 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-internal --- [INFO] Copying 14 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.tag.internal.TagServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.356 s - in org.eclipse.kapua.service.tag.internal.TagServiceImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/kapua-tag-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-internal --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/internal/target/jacoco.exec [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-internal --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-security-shiro >--------------- [INFO] Building kapua-security-shiro 2.1.0-SNAPSHOT [82/229] [INFO] from service/security/shiro/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-shiro --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-shiro --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-shiro --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-shiro --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/shiro [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687924479 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/shiro' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/shiro [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-shiro --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-shiro --- [INFO] Copying 81 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-shiro --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-shiro --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 162 source files to /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-shiro --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-shiro --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 77 source files to /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-shiro --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleCreatorImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RolePermissionQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authorization.role.shiro.RolePermissionQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleImplTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RoleFactoryImplTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.kapua.service.authorization.role.shiro.RoleFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.service.authorization.role.shiro.RolePermissionCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoCacheTest 22:12:13.028 [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!/ 22:12:13.032 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-environment-setting.properties 22:12:13.032 [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 22:12:13.056 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-environment-setting.properties' 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.077 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.115 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.115 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.115 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.115 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.115 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.116 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.117 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.117 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.117 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.117 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.117 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.118 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.118 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.118 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.118 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.119 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.119 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.119 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.119 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.119 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.120 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.121 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.121 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.121 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.121 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.121 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.122 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.123 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.123 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.123 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.123 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.124 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.125 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.125 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.125 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.125 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.125 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.126 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.126 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.126 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.126 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.127 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.127 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.127 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.127 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.128 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.128 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.129 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.129 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.129 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.129 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.130 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.131 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.132 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.133 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.133 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.133 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.133 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.134 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.135 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.136 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.137 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.138 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.139 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.140 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.141 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.142 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.143 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.144 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.145 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.146 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.147 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.148 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.148 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.148 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.148 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.148 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.149 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.149 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.149 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.149 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - =================== Cache Configuration =================== 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | TTL: 60 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Expiry Policy: MODIFIED 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - | Config URI: N/A 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.CacheManagerProvider - ================================================================================== 22:12:13.150 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: _list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: name &^5CACHE-name;'...,,, - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: !@@@name123CACHE ;,.,,name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache--987name,*(NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CACHE 32%$#$%^ name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: CaChE 098) (name - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: id 123<> cache(*&% NAME_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: )(87CASHE name ^%$id_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.151 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: 98ID name%$^#62522_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09 - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: ,, #@IDcacheNAME-09_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$ - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: cache_ID 0998@#$_list - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID - Expiry Policy: MODIFIED - TTL: 60 22:12:13.152 [main] INFO org.eclipse.kapua.commons.service.internal.cache.KapuaCacheManager - Created cache: C12_...cache==_NAME ID _list - Expiry Policy: MODIFIED - TTL: 60 [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoCacheTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleImplTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoFactoryImplTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessPermissionFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessRoleCreatorImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessRoleCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.access.shiro.AccessInfoQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.access.shiro.AccessInfoQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainImplTest [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainCreatorImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainFactoryImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.domain.shiro.DomainQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupQueryImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupCreatorImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupCreatorImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupFactoryImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupFactoryImplTest [INFO] Running org.eclipse.kapua.service.authorization.group.shiro.GroupImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authorization.group.shiro.GroupImplTest [INFO] Running org.eclipse.kapua.service.authorization.shiro.setting.KapuaAuthorizationSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authorization.shiro.setting.KapuaAuthorizationSettingKeysTest [INFO] Running org.eclipse.kapua.service.authorization.shiro.KapuaAuthorizingRealmTest 22:12:13.374 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:12:13.374 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.service.authorization.access.shiro.MockitoLocator... [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.kapua.service.authorization.shiro.KapuaAuthorizingRealmTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionCreatorImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionCreatorImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeFactoryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionFactoryImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authentication.credential.mfa.shiro.MfaOptionImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.mfa.shiro.ScratchCodeImplTest [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 [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialCreatorImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialImplTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialImplTest [INFO] Running org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authentication.credential.shiro.CredentialFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest 22:12:13.553 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.554 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.555 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.556 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.557 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.558 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.559 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.560 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.561 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.562 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.563 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.564 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.565 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.565 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.565 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.565 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.565 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.614 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.615 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.616 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.617 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.618 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SUBJECT_ALREADY_LOGGED. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_CREDENTIALS_TYPE_PROVIDED. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: AUTHENTICATION_ERROR. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: CREDENTIAL_CRYPT_ERROR. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_LOGIN_CREDENTIALS. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_LOGIN_CREDENTIAL. A generic error message will be printed. 22:12:13.619 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: UNKNOWN_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: INVALID_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: EXPIRED_SESSION_CREDENTIALS. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: LOCKED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: DISABLED_SESSION_CREDENTIAL. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_FILE_ERROR. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: REFRESH_ERROR. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWK_GENERATION_ERROR. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: PASSWORD_CANNOT_BE_CHANGED. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.620 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.AuthenticationRuntimeExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest 22:12:13.623 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: JWT_CERTIFICATE_NOT_FOUND. A generic error message will be printed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.JwtCertificateNotFoundExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.ExpiredAccountExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.TemporaryLockedAccountExceptionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.TemporaryLockedAccountExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.exceptions.MfaRequiredExceptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.exceptions.MfaRequiredExceptionTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.service.authentication.shiro.realm.UserPassCredentialsHandlerTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.kapua.service.authentication.shiro.realm.LoginAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest 22:12:13.823 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:12:13.824 [main] ERROR org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcher - Error while validating JWT credentials org.eclipse.kapua.plugin.sso.openid.exception.OpenIDIllegalArgumentException: Error: [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.kapua.service.authentication.shiro.realm.JwtCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest 22:12:13.831 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:13.832 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:13.832 [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 22:12:13.833 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.302 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.302 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.302 [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 22:12:14.304 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.305 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.305 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.305 [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 22:12:14.307 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.308 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.308 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.308 [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 22:12:14.309 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.310 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.310 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.310 [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 22:12:14.312 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.652 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.652 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.652 [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 22:12:14.654 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.824 s - in org.eclipse.kapua.service.authentication.shiro.realm.ApiKeyCredentialsMatcherTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.service.authentication.shiro.realm.SessionAuthenticationInfoTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.RefreshTokenCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.registration.RegistrationServiceImplTest 22:12:14.671 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.671 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.671 [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 22:12:14.672 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.674 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.675 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.675 [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 22:12:14.676 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.676 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.676 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.676 [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 22:12:14.677 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.678 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.678 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.678 [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 22:12:14.679 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.683 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.683 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.683 [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 22:12:14.684 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:14.684 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.684 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:14.685 [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 22:12:14.686 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.kapua.service.authentication.shiro.registration.RegistrationServiceImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.AccessTokenCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.utils.AuthenticationUtilsTest 22:12:14.717 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.718 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.718 [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 22:12:14.718 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.766 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.766 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.766 [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 22:12:14.766 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.767 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.767 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.767 [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 22:12:14.768 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.829 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.829 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.829 [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 22:12:14.829 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.830 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.830 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.830 [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 22:12:14.831 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.831 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.831 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.831 [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 22:12:14.831 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.855 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.855 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.855 [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 22:12:14.855 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.856 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.856 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.856 [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 22:12:14.857 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.858 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.858 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.858 [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 22:12:14.859 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.859 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.859 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.859 [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 22:12:14.860 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.860 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.860 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.860 [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 22:12:14.861 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.861 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.861 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.861 [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 22:12:14.861 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.862 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.862 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.862 [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 22:12:14.863 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.864 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.864 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.864 [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 22:12:14.864 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:14.865 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:14.865 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:14.865 [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 22:12:14.865 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:18.439 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:18.440 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:18.440 [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 22:12:18.440 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.748 s - in org.eclipse.kapua.service.authentication.shiro.utils.AuthenticationUtilsTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.JwtCredentialsTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.ApiKeyCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaCryptoSettingKeysTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.setting.KapuaAuthenticationSettingKeysTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorServiceLocatorTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest 22:12:18.458 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:18.458 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:18.458 [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 22:12:18.459 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:18.463 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:18.463 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:18.463 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:18.463 [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 22:12:18.464 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:19.885 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:19.885 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:19.885 [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 22:12:19.887 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:19.887 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:19.887 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:19.887 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:19.887 [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 22:12:19.888 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:21.640 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:21.640 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:21.640 [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 22:12:21.641 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:21.642 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:21.642 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:21.642 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:21.642 [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 22:12:21.643 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:23.086 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:23.086 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:23.086 [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 22:12:23.087 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:23.087 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:23.087 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:23.087 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:23.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 22:12:23.087 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:24.485 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:24.485 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:24.485 [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 22:12:24.486 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:24.487 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:24.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:24.487 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:24.487 [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 22:12:24.488 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:25.882 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:25.882 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:25.882 [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 22:12:25.883 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:25.883 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:25.884 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:25.884 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:25.884 [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 22:12:25.884 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:34.252 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:34.253 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:34.253 [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 22:12:34.253 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:34.254 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:34.254 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:34.254 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:34.254 [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 22:12:34.255 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' 22:12:35.659 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:35.659 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-authentication-setting.properties 22:12:35.659 [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 22:12:35.660 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-authentication-setting.properties' 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Window size: 3 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:12:35.660 [main] INFO org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImpl - ================================================================================== 22:12:35.661 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/security/shiro/target/classes/ 22:12:35.661 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-crypto-setting.properties 22:12:35.661 [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 22:12:35.661 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-crypto-setting.properties' [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.58 s - in org.eclipse.kapua.service.authentication.shiro.mfa.MfaAuthenticatorImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.shiro.UsernamePasswordCredentialsImplTest [INFO] Running org.eclipse.kapua.service.authentication.shiro.CredentialsFactoryImplTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.service.authentication.shiro.CredentialsFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenImplTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenFactoryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.kapua.service.authentication.token.shiro.LoginInfoImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenQueryImplTest [INFO] Running org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.service.authentication.token.shiro.AccessTokenCreatorImplTest [INFO] Running org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.kapua.service.security.EnhModularRealmAuthorizerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 441, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-shiro --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-shiro --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-shiro --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/kapua-security-shiro-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-shiro --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/security/shiro/target/jacoco.exec [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-shiro --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-simulator-kura >--------------- [INFO] Building kapua-simulator-kura 2.1.0-SNAPSHOT [83/229] [INFO] from simulator-kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-simulator-kura --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-simulator-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-simulator-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-simulator-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/simulator-kura [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687958533 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/simulator-kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/simulator-kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-simulator-kura --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-simulator-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-simulator-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-simulator-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/develop-test/simulator-kura/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-simulator-kura --- [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-simulator-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/simulator-kura/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-simulator-kura --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.ConfigurationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.kapua.kura.simulator.main.simulation.ConfigurationTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.kapua.kura.simulator.main.simulation.ValidationTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.AppTest Sending: timestamp: 1714687964294 metric { name: "m1" type: DOUBLE double_value: 73.27567148843497 } Sending: timestamp: 1714687965294 metric { name: "m1" type: DOUBLE double_value: 69.6138364574267 } Sending: timestamp: 1714687966294 metric { name: "m1" type: DOUBLE double_value: 65.76119472887014 } Sending: timestamp: 1714687967294 metric { name: "m1" type: DOUBLE double_value: 61.72830612653698 } Sending: timestamp: 1714687968294 metric { name: "m1" type: DOUBLE double_value: 57.52622451837863 } [timestamp: 1714687964294 metric { name: "m1" type: DOUBLE double_value: 73.27567148843497 } , timestamp: 1714687965294 metric { name: "m1" type: DOUBLE double_value: 69.6138364574267 } , timestamp: 1714687966294 metric { name: "m1" type: DOUBLE double_value: 65.76119472887014 } , timestamp: 1714687967294 metric { name: "m1" type: DOUBLE double_value: 61.72830612653698 } , timestamp: 1714687968294 metric { name: "m1" type: DOUBLE double_value: 57.52622451837863 } ] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.378 s - in org.eclipse.kapua.kura.simulator.main.simulation.AppTest [INFO] Running org.eclipse.kapua.kura.simulator.main.simulation.JsonTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s - in org.eclipse.kapua.kura.simulator.main.simulation.JsonTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-simulator-kura --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/simulator-kura/target/jacoco.exec [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-simulator-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-simulator-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/kapua-simulator-kura-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- shade:3.4.1:shade (default) @ kapua-simulator-kura --- [INFO] Including ch.qos.logback:logback-classic:jar:1.2.11 in the shaded jar. [INFO] Including ch.qos.logback:logback-core:jar:1.2.11 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.4 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:3.23.2 in the shaded jar. [INFO] Including com.google.guava:guava:jar:32.1.2-jre in the shaded jar. [INFO] Including com.google.guava:failureaccess:jar:1.0.1 in the shaded jar. [INFO] Including com.google.guava:listenablefuture:jar:9999.0-empty-to-avoid-conflict-with-guava in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.10 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.5.13 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.15 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.15 in the shaded jar. [INFO] Including org.apache.commons:commons-lang3:jar:3.4 in the shaded jar. [INFO] Including org.eclipse.neoscada.utils:org.eclipse.scada.utils:jar:0.4.0 in the shaded jar. [INFO] Including org.eclipse.paho:org.eclipse.paho.client.mqttv3:jar:1.2.1 in the shaded jar. [INFO] Including org.osgi:org.osgi.core:jar:6.0.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.7.33 in the shaded jar. [INFO] Including org.slf4j:jul-to-slf4j:jar:1.7.33 in the shaded jar. [INFO] Dependency-reduced POM written at: /home/jenkins/agent/workspace/develop-test/simulator-kura/target/dependency-reduced-pom.xml [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: [WARNING] - META-INF/MANIFEST.MF [WARNING] maven-shade-plugin has detected that some class files are [WARNING] present in two or more JARs. When this happens, only one [WARNING] single version of the class is copied to the uber jar. [WARNING] Usually this is not harmful and you can skip these warnings, [WARNING] otherwise try to manually exclude artifacts based on [WARNING] mvn dependency:tree -Ddetail=true and the above output. [WARNING] See https://maven.apache.org/plugins/maven-shade-plugin/ [INFO] Attaching shaded artifact. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-simulator-kura --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/simulator-kura/target/jacoco.exec [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-simulator-kura --- [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 [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 [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-stream >------------------- [INFO] Building kapua-stream 2.1.0-SNAPSHOT [84/229] [INFO] from service/stream/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687970148 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-stream --- [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-stream-api >----------------- [INFO] Building kapua-stream-api 2.1.0-SNAPSHOT [85/229] [INFO] from service/stream/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687970224 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/stream/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/api/target/kapua-stream-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-api --- [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 [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 [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 [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-management-asset >----------- [INFO] Building kapua-device-management-asset 2.1.0-SNAPSHOT [86/229] [INFO] from service/device/management/asset/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687971351 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset --- [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-api >--------- [INFO] Building kapua-device-management-asset-api 2.1.0-SNAPSHOT [87/229] [INFO] from service/device/management/asset/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687971409 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-api --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-asset-store >-------- [INFO] Building kapua-device-management-asset-store 2.1.0-SNAPSHOT [88/229] [INFO] from service/device/management/asset-store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687972774 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store --- [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 [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-asset-store-api >------ [INFO] Building kapua-device-management-asset-store-api 2.1.0-SNAPSHOT [89/229] [INFO] from service/device/management/asset-store/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687972829 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-api --- [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 [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 [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 [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-asset-internal >------ [INFO] Building kapua-device-management-asset-internal 2.1.0-SNAPSHOT [90/229] [INFO] from service/device/management/asset/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687974140 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-internal --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-asset-store-dummy >----- [INFO] Building kapua-device-management-asset-store-dummy 2.1.0-SNAPSHOT [91/229] [INFO] from service/device/management/asset-store/dummy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-store-dummy --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-store-dummy --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-store-dummy --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-store-dummy --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687975859 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-store-dummy --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset-store/dummy/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-store-dummy --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-store-dummy --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-store-dummy --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-store-dummy --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-store-dummy --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-store-dummy --- [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 [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 [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 [INFO] [INFO] ----------< org.eclipse.kapua:kapua-device-management-bundle >---------- [INFO] Building kapua-device-management-bundle 2.1.0-SNAPSHOT [92/229] [INFO] from service/device/management/bundle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687977321 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle --- [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-api >-------- [INFO] Building kapua-device-management-bundle-api 2.1.0-SNAPSHOT [93/229] [INFO] from service/device/management/bundle/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687977373 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-api --- [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 [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 [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 [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-bundle-internal >------ [INFO] Building kapua-device-management-bundle-internal 2.1.0-SNAPSHOT [94/229] [INFO] from service/device/management/bundle/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687978605 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-internal --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-command >---------- [INFO] Building kapua-device-management-command 2.1.0-SNAPSHOT [95/229] [INFO] from service/device/management/command/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687980281 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-command-api >-------- [INFO] Building kapua-device-management-command-api 2.1.0-SNAPSHOT [96/229] [INFO] from service/device/management/command/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687980333 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-api --- [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 [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 [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 [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-command-internal >----- [INFO] Building kapua-device-management-command-internal 2.1.0-SNAPSHOT [97/229] [INFO] from service/device/management/command/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687981657 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-internal --- [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 [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 [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 [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-configuration >------- [INFO] Building kapua-device-management-configuration 2.1.0-SNAPSHOT [98/229] [INFO] from service/device/management/configuration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687983427 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration --- [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-api >----- [INFO] Building kapua-device-management-configuration-api 2.1.0-SNAPSHOT [99/229] [INFO] from service/device/management/configuration/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687983488 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-api --- [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 [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 [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 [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-message-api >-- [INFO] Building kapua-device-management-configuration-message-api 2.1.0-SNAPSHOT [100/229] [INFO] from service/device/management/configuration/message-api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-message-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-message-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-message-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-message-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687985032 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-message-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-message-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-message-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/message-api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-message-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-message-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-message-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-message-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-message-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-message-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-message-api --- [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 [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 [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 [INFO] [INFO] ---< org.eclipse.kapua:kapua-device-management-configuration-store >---- [INFO] Building kapua-device-management-configuration-store 2.1.0-SNAPSHOT [101/229] [INFO] from service/device/management/configuration-store/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687986252 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store --- [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 [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-api >-- [INFO] Building kapua-device-management-configuration-store-api 2.1.0-SNAPSHOT [102/229] [INFO] from service/device/management/configuration-store/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687986349 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-api --- [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 [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 [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 [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-internal >-- [INFO] Building kapua-device-management-configuration-internal 2.1.0-SNAPSHOT [103/229] [INFO] from service/device/management/configuration/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687987681 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-internal --- [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 [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 [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 [INFO] [INFO] --< org.eclipse.kapua:kapua-device-management-configuration-store-dummy >-- [INFO] Building kapua-device-management-configuration-store-dummy 2.1.0-SNAPSHOT [104/229] [INFO] from service/device/management/configuration-store/dummy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-store-dummy --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-store-dummy --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-store-dummy --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-store-dummy --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687989806 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-store-dummy --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-store-dummy --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration-store/dummy/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-store-dummy --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-store-dummy --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-store-dummy --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-store-dummy --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-store-dummy --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-store-dummy --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-store-dummy --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-inventory >--------- [INFO] Building kapua-device-management-inventory 2.1.0-SNAPSHOT [105/229] [INFO] from service/device/management/inventory/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687991335 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory --- [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 [INFO] [INFO] ------< org.eclipse.kapua:kapua-device-management-inventory-api >------- [INFO] Building kapua-device-management-inventory-api 2.1.0-SNAPSHOT [106/229] [INFO] from service/device/management/inventory/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687991457 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-api --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-inventory-internal >---- [INFO] Building kapua-device-management-inventory-internal 2.1.0-SNAPSHOT [107/229] [INFO] from service/device/management/inventory/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-inventory-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-inventory-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-inventory-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-inventory-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687993030 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-inventory-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-inventory-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-inventory-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-inventory-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-inventory-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/inventory/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-inventory-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-inventory-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-inventory-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-inventory-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-inventory-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-inventory-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-inventory-internal --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-keystore >--------- [INFO] Building kapua-device-management-keystore 2.1.0-SNAPSHOT [108/229] [INFO] from service/device/management/keystore/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687995000 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-api >------- [INFO] Building kapua-device-management-keystore-api 2.1.0-SNAPSHOT [109/229] [INFO] from service/device/management/keystore/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687995085 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-api --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-keystore-internal >----- [INFO] Building kapua-device-management-keystore-internal 2.1.0-SNAPSHOT [110/229] [INFO] from service/device/management/keystore/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687996665 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-internal --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-packages >--------- [INFO] Building kapua-device-management-packages 2.1.0-SNAPSHOT [111/229] [INFO] from service/device/management/packages/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687998830 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-api >------- [INFO] Building kapua-device-management-packages-api 2.1.0-SNAPSHOT [112/229] [INFO] from service/device/management/packages/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714687998912 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-api --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-registry-internal >----- [INFO] Building kapua-device-management-registry-internal 2.1.0-SNAPSHOT [113/229] [INFO] from service/device/management/registry/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-registry-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-registry-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-registry-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-registry-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688000674 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-registry-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-registry-internal --- [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-registry-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/registry/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-registry-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-registry-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-registry-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-registry-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-registry-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-registry-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-registry-internal --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-packages-internal >----- [INFO] Building kapua-device-management-packages-internal 2.1.0-SNAPSHOT [114/229] [INFO] from service/device/management/packages/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688002926 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-internal --- [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 [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 [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 [INFO] [INFO] -----< org.eclipse.kapua:kapua-device-management-request-internal >----- [INFO] Building kapua-device-management-request-internal 2.1.0-SNAPSHOT [115/229] [INFO] from service/device/management/request/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-request-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-request-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-request-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-request-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688005039 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/request/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-request-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-request-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-request-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-request-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-request-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/request/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-request-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-request-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-request-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-request-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-request-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-request-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-request-internal --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-all >------------ [INFO] Building kapua-device-management-all 2.1.0-SNAPSHOT [116/229] [INFO] from service/device/management/all/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688006535 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all --- [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-all-internal >------- [INFO] Building kapua-device-management-all-internal 2.1.0-SNAPSHOT [117/229] [INFO] from service/device/management/all/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688006590 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-internal --- [WARNING] JAR will be empty - no content was marked for inclusion! [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-internal --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-internal --- [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-translator-kapua >-------------- [INFO] Building kapua-translator-kapua 2.1.0-SNAPSHOT [118/229] [INFO] from translator/kapua/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688006932 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua --- [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-translator-kapua-kura >------------ [INFO] Building kapua-translator-kapua-kura 2.1.0-SNAPSHOT [119/229] [INFO] from translator/kapua/kura/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kapua-kura --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kapua-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kapua-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kapua-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688007178 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kapua/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kapua-kura --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kapua-kura --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kapua-kura --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kapua-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kapua-kura --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kapua-kura --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kapua-kura --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kapua-kura --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kapua-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kapua-kura --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kapua/kura/target/kapua-translator-kapua-kura-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kapua-kura --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kapua-kura --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-translator-kura >--------------- [INFO] Building kapua-translator-kura 2.1.0-SNAPSHOT [120/229] [INFO] from translator/kura/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688009994 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura --- [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-mqtt >------------ [INFO] Building kapua-translator-kura-mqtt 2.1.0-SNAPSHOT [121/229] [INFO] from translator/kura/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-mqtt --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-mqtt --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-mqtt --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-mqtt --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688010059 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/mqtt' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-mqtt --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-mqtt --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-mqtt --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-mqtt --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-mqtt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/mqtt/target/kapua-translator-kura-mqtt-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-mqtt --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-mqtt --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-transport-jms >---------------- [INFO] Building kapua-transport-jms 2.1.0-SNAPSHOT [122/229] [INFO] from transport/jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-transport-jms --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-transport-jms --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-transport-jms --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-transport-jms --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/jms [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688011564 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/transport/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/transport/jms [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-transport-jms --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-transport-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-transport-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-transport-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/transport/jms/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-transport-jms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/transport/jms/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-transport-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-transport-jms --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-transport-jms --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-transport-jms --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-transport-jms --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/transport/jms/target/kapua-transport-jms-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-transport-jms --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-transport-jms --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-translator-kura-jms >------------- [INFO] Building kapua-translator-kura-jms 2.1.0-SNAPSHOT [123/229] [INFO] from translator/kura/jms/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-translator-kura-jms --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-translator-kura-jms --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-translator-kura-jms --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-translator-kura-jms --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/jms [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688013240 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/translator/kura/jms' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/translator/kura/jms [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-translator-kura-jms --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-translator-kura-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-translator-kura-jms --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-translator-kura-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-translator-kura-jms --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/translator/kura/jms/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-translator-kura-jms --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-translator-kura-jms --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-translator-kura-jms --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-translator-kura-jms --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-translator-kura-jms --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/translator/kura/jms/target/kapua-translator-kura-jms-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-translator-kura-jms --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-translator-kura-jms --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-qa-common >------------------ [INFO] Building kapua-qa-common 2.1.0-SNAPSHOT [124/229] [INFO] from qa/common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-common --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-common --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-common --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-common --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/common [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688016885 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/common' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/common [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-common --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-common --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-common --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-common --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/develop-test/qa/common/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/common/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-common --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-common --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-common --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-common --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-common --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/common/target/kapua-qa-common-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-common --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-common --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-account-test-steps >------------- [INFO] Building kapua-account-test-steps 2.1.0-SNAPSHOT [125/229] [INFO] from service/account/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688020118 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test-steps/target/kapua-account-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test-steps --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-account-test >---------------- [INFO] Building kapua-account-test 2.1.0-SNAPSHOT [126/229] [INFO] from service/account/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-account-test --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-account-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-account-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-account-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688022121 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/account/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/account/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-account-test --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-account-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/account/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-account-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-account-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-account-test --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-account-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/account/test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-account-test --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.account.test.RunAccountUnitTest @account @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/AccountService.feature:22 22:13:46.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:13:46.915 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:13:46.972 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:13:46.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:13:46.978 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:13:46.978 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:13:46.978 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:13:46.978 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:13:46.994 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:13:46.994 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:13:47.200 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:13:47.200 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:13:47.201 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:13:47.201 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:13:47.201 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:13:47.201 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:13:47.201 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:13:47.222 [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). 22:13:47.247 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:13:47.247 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:13:47.247 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:13:47.247 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:13:47.248 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:13:47.248 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:13:48.527 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:13:48.651 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:13:48.653 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:13:48.843 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:13:48.844 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:13:48.854 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:13:48.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:13:48.864 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:13:49.199 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:13:49.199 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:13:49.200 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:13:49.201 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:13:49.202 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:13:49.203 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:13:49.226 [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. 22:13:49.226 [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. 22:13:49.230 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:13:49.230 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:13:49.233 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:13:49.234 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator @account @env_none Scenario: Handle account creation # features/AccountService.feature:25 22:13:49.263 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:13:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:13:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:13:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:13:49.671 [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 22:13:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:13:49.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:13:49.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:13:49.761 [main] INFO org.reflections.Reflections - Reflections took 31 ms to scan 9 urls, producing 259 keys and 267 values 22:13:49.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:13:49.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:13:49.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:13:52.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:13:52.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:13:52.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:13:52.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:13:52.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:13:52.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:13:52.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:13:52.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:13:53.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:13:53.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:13:53.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:13:54.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:13:54.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:13:54.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:13:55.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:13:55.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:13:55.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:13:55.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:13:55.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:13:55.074 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:13:55.076 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:13:55.096 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 22:13:55.855 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.859 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.870 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.872 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.873 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.875 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.875 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.875 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.876 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.877 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.878 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.879 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 22:13:55.880 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.881 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.882 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.883 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.884 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.885 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:13:55.888 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 22:13:55.889 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.891 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:13:55.893 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 22:13:55.915 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 22:13:55.916 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.917 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.917 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.919 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:13:55.920 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.921 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.921 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.921 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.923 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:13:55.924 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.925 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.926 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.927 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 22:13:55.927 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.928 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.929 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.930 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:13:55.931 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.931 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.932 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.932 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:13:55.933 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:13:55.933 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.933 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.934 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:13:55.934 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.935 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 22:13:55.936 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.936 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.937 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:13:55.937 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:13:55.938 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.939 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:13:55.940 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.940 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.941 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:13:55.942 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:13:55.942 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 22:13:55.942 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:13:55.943 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator Given I create a generic account with name "test_acc" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) Then The account matches the creator settings # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults() 22:13:56.088 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:13:56.117 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find all child accounts # features/AccountService.feature:31 22:13:56.136 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:13:56.138 [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 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:13:56.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:13:56.167 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 22:13:56.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:13:56.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:13:56.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:13:56.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:13:56.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:13:56.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:13:56.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:13:56.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:13:56.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:13:56.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:13:56.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:13:56.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:13:57.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:13:57.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:13:57.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:13:57.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:13:58.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:13:58.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:13:58.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:13:58.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:13:58.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:13:58.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create 15 childs for account with Id 1 # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createANumberOfAccounts(int,int) Then The account with name "kapua-sys" has 15 subaccounts # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkNumberOfAccounts(java.lang.String,int) 22:13:58.468 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:13:58.479 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle duplicate account names # features/AccountService.feature:37 22:13:58.519 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:13:58.521 [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 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:13:58.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:13:58.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:13:58.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:13:58.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:13:58.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:13:58.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:13:58.547 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 22:13:58.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:13:58.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:13:58.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:13:58.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:13:58.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:13:58.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:13:58.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:13:58.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:13:58.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:13:58.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:13:58.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:13:59.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:13:59.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:13:59.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:13:59.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:13:59.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:00.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:00.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:00.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:00.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:00.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:00.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_1" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) 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) 22:14:00.239 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name test_acc_1 already exists. at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$create$1(AccountServiceImpl.java:130) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.create(AccountServiceImpl.java:114) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.create(AccountServiceImpl.java:61) at org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(AccountServiceSteps.java:143) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name test_acc_1 already exists. When I create a generic account with name "test_acc_1" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:00.245 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:00.252 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Handle null account name # features/AccountService.feature:46 22:14:00.266 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:00.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:00.268 [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 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:00.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:00.290 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:00.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:00.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:00.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:00.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:00.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:00.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:00.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:00.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:00.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:00.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:00.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:00.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:01.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:01.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:01.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:01.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:01.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:01.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:01.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:01.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:01.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:01.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaIllegalNullArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument accountCreator.name. When I create an account with a null name # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createAccountWithNullName() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:01.692 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:01.699 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Id # features/AccountService.feature:53 22:14:01.724 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:01.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 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:01.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:01.747 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:01.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:01.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:01.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:01.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:01.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:01.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:01.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:01.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:01.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:01.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:02.043 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:02.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:02.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:02.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:02.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:02.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:02.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:03.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:03.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:03.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:03.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:03.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I search for the account with the remembered account Id # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByStoredId() Then The account matches the creator settings # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults() 22:14:03.124 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:03.130 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by Ids # features/AccountService.feature:60 22:14:03.141 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:03.142 [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 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:03.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:03.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:03.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:03.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:03.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:03.163 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:03.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:03.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:03.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:03.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:03.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:03.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:03.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:03.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:03.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:03.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:03.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:03.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:03.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:03.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:03.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:04.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:04.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I search for the account with the remembered parent and account Ids # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByStoredScopeAndAccountIds() Then The account matches the creator settings # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults() 22:14:04.440 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:04.447 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by random Id # features/AccountService.feature:68 22:14:04.456 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:04.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:04.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:04.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:04.457 [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 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:04.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:04.478 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:04.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:04.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:04.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:04.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:04.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:04.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:04.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:04.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:04.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:04.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:04.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:04.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:05.118 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:05.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:05.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:05.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:05.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:05.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:05.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:05.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:05.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:05.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for a random account Id # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findRandomAccountId() Then The account does not exist # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount() 22:14:05.666 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:05.671 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find account by name # features/AccountService.feature:74 22:14:05.680 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:05.682 [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 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:05.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:05.718 [main] INFO org.reflections.Reflections - Reflections took 20 ms to scan 9 urls, producing 259 keys and 267 values 22:14:05.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:05.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:05.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:05.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:05.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:05.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:05.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:05.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:05.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:05.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:06.007 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:06.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:06.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:06.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:06.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:06.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:06.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:06.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:06.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:06.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:06.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:06.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I search for the account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String) Then The account matches the creator settings # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkCreatedAccountDefaults() 22:14:06.930 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:06.937 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Find by name nonexisting account # features/AccountService.feature:81 22:14:06.946 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:06.948 [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 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:06.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:06.969 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 22:14:07.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:07.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:07.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:07.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:07.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:07.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:07.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:07.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:07.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:07.156 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:07.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:07.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:07.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:07.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:07.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:07.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:08.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:08.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:08.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:08.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:08.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:08.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for the account with name "test_acc_unlikely_to_exist" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String) Then The account does not exist # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount() 22:14:08.120 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:08.126 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify an existing account # features/AccountService.feature:87 22:14:08.134 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:08.135 [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 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:08.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:08.155 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:08.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:08.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:08.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:08.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:08.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:08.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:08.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:08.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:08.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:08.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:08.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:08.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:08.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:08.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:08.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:09.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:09.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:09.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:09.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:09.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:09.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:09.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I modify the account "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.changeAccountDetails(java.lang.String) Then Account "test_acc_42" is correctly modified # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkForAccountModifications(java.lang.String) 22:14:09.335 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:09.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Modify nonexisting account # features/AccountService.feature:95 22:14:09.349 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:09.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:09.351 [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 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:09.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:09.372 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:09.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:09.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:09.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:09.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:09.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:09.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:09.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:09.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:09.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:09.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:09.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:09.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:10.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:10.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:10.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:10.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:10.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:10.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:10.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:10.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:10.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:10.575 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) Then I delete account "test_acc_42" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteAccountWithName(java.lang.String) 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) 22:14:10.601 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 6,037,042,555,825,103,129 was not found. at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$doUpdateChildAccount$4(AccountServiceImpl.java:216) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$doUpdateChildAccount$5(AccountServiceImpl.java:216) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.doUpdateChildAccount(AccountServiceImpl.java:213) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.update(AccountServiceImpl.java:173) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.update(AccountServiceImpl.java:61) at org.eclipse.kapua.service.account.steps.AccountServiceSteps.updateAccount(AccountServiceSteps.java:296) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type account with id/name 6,037,042,555,825,103,129 was not found. And I modify the current account # org.eclipse.kapua.service.account.steps.AccountServiceSteps.updateAccount() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:10.615 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:10.621 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete an existing account # features/AccountService.feature:104 22:14:10.630 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:10.631 [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 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:10.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:10.650 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 22:14:10.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:10.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:10.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:10.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:10.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:10.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:10.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:10.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:10.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:10.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:10.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:11.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:11.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:11.286 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:11.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:11.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:11.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_123" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I delete account "test_acc_123" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteAccountWithName(java.lang.String) And I search for the account with name "test_acc_123" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findAccountByName(java.lang.String) Then The account does not exist # org.eclipse.kapua.service.account.steps.AccountServiceSteps.tryToFindInexistentAccount() 22:14:11.827 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:11.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete the Kapua system account # features/AccountService.feature:112 22:14:11.843 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:11.844 [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 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:11.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:11.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:11.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:11.865 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 22:14:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:11.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:11.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:12.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:12.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:12.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:12.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:12.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:12.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:12.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:12.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:12.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:12.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:12.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:12.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:13.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:13.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 22:14:13.033 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalAccessException: The current subject is not authorized for delete. at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$10(AccountServiceImpl.java:297) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.delete(AccountServiceImpl.java:283) at org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteSystemAccount(AccountServiceSteps.java:399) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalAccessException with message: The current subject is not authorized for delete. When I try to delete the system account # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteSystemAccount() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And The System account exists # org.eclipse.kapua.service.account.steps.AccountServiceSteps.findSystemAccount() 22:14:13.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:13.042 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Delete nonexisting account # features/AccountService.feature:120 22:14:13.050 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:13.051 [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 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:13.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:13.069 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:13.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:13.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:13.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:13.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:13.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:13.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:13.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:13.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:13.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:13.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:13.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:13.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:13.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:13.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:13.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:14.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:14.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:14.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 22:14:14.241 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type account with id/name 3,638,964,585,224,838,619 was not found. at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$9(AccountServiceImpl.java:289) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.lambda$delete$10(AccountServiceImpl.java:289) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.account.internal.AccountServiceImpl.delete(AccountServiceImpl.java:283) at org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteRandomAccount(AccountServiceSteps.java:409) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type account with id/name 3,638,964,585,224,838,619 was not found. When I delete a random account # org.eclipse.kapua.service.account.steps.AccountServiceSteps.deleteRandomAccount() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:14.243 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:14.248 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Check account properties # features/AccountService.feature:128 22:14:14.263 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:14.264 [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 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:14.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:14.286 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:14.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:14.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:14.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:14.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:14.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:14.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:14.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:14.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:14.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:14.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:14.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:14.686 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:14.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:14.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:14.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:15.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:15.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:15.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:15.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:15.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:15.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:15.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I set the following parameters # org.eclipse.kapua.service.account.steps.AccountServiceSteps.setAccountParameters(io.cucumber.datatable.DataTable) Then The account has the following parameters # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkAccountParameters(io.cucumber.datatable.DataTable) 22:14:15.424 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:15.429 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Every account must have the default configuration items # features/AccountService.feature:143 22:14:15.439 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:15.440 [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 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:15.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:15.459 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 22:14:15.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:15.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:15.495 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:15.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:15.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:15.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:15.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:15.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:15.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:15.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:15.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:15.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:16.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:16.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:16.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:16.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:16.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:16.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:16.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:16.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:16.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:16.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) Then The default configuration for the account is set # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkDefaultAccountConfiguration() 22:14:16.647 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:16.652 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: A newly created account must have some metadata # features/AccountService.feature:149 22:14:16.659 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:16.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:16.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:16.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:16.660 [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 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:16.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:16.679 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:16.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:16.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:16.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:16.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:16.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:16.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:16.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:16.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:16.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:16.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:16.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:17.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:17.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:17.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:17.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:17.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:17.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:17.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:17.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:17.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:17.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:17.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) Then The account has metadata # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkMetadataExistence() 22:14:17.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:17.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: It should not be possible to change the configuration items # features/AccountService.feature:156 22:14:17.793 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:17.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 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:17.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:17.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:17.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:17.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:17.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:17.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:17.830 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:17.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:17.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:17.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:17.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:17.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:17.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:17.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:17.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:17.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:17.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:18.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:18.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:18.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:18.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:18.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:18.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:18.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:18.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:18.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:18.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:18.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:18.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) 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) Then The config item "maxNumberChildEntities" is set to "5" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkConfigValue(java.lang.String,java.lang.String) 22:14:18.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:18.896 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Setting configuration without mandatory items must raise an error # features/AccountService.feature:165 22:14:18.904 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:18.916 [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 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:18.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:18.935 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 22:14:18.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:18.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:18.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:19.000 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:19.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:19.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:19.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:19.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:19.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:19.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:19.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:19.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:19.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:19.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:19.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:19.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:19.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:19.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a generic account with name "test_acc_11" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createGenericAccount(java.lang.String) When I expect the exception "org.eclipse.kapua.KapuaIllegalNullArgumentException" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) 22:14:19.983 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument maxNumberChildEntities. at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.checkRequiredProperties(ServiceConfigurationManagerImpl.java:316) at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.validateConfigurations(ServiceConfigurationManagerImpl.java:294) at org.eclipse.kapua.commons.configuration.ServiceConfigurationManagerImpl.setConfigValues(ServiceConfigurationManagerImpl.java:145) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceBase.lambda$setConfigValues$3(KapuaConfigurableServiceBase.java:86) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceBase.setConfigValues(KapuaConfigurableServiceBase.java:85) at org.eclipse.kapua.service.account.steps.AccountServiceSteps.setConfigurationValue(AccountServiceSteps.java:505) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument maxNumberChildEntities. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:19.984 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:19.988 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none Scenario: Test account query # features/AccountService.feature:174 22:14:19.995 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:19.996 [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 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:19.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:20.021 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 9 urls, producing 259 keys and 267 values 22:14:20.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:20.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:20.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:20.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:20.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:20.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:20.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:20.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:20.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:20.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:20.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:20.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:20.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:20.620 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:20.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:20.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:20.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:21.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:21.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:21.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:21.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:21.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create 9 accounts with organization name "test_org" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.createANumberOfChildrenForAccountWithOrganizationName(int,java.lang.String) When I query for all accounts that have the system account as parent # org.eclipse.kapua.service.account.steps.AccountServiceSteps.queryForNumberOfTopLevelAccounts() Then The returned value is 9 # org.eclipse.kapua.service.account.steps.AccountServiceSteps.checkIntegerReturnValue(int) 22:14:21.148 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:21.153 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @account @env_none @teardown Scenario: Reset Security Context for all scenarios # features/AccountService.feature:184 22:14:21.160 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:14:21.160 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.663 s - in org.eclipse.kapua.service.account.test.RunAccountUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-account-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-account-test' with 0 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-account-test --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/account/test/target/kapua-account-test-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-account-test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-account-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/account/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-account-test' with 0 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-account-test-steps' with 1 classes [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-account-test --- [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-user-test-steps >--------------- [INFO] Building kapua-user-test-steps 2.1.0-SNAPSHOT [127/229] [INFO] from service/user/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688062480 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test-steps/target/kapua-user-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test-steps --- [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 [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-user-test >------------------ [INFO] Building kapua-user-test 2.1.0-SNAPSHOT [128/229] [INFO] from service/user/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-user-test --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-user-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-user-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-user-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688065765 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/user/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/user/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-user-test --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-user-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/user/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-user-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-user-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-user-test --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-user-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/user/test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-user-test --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.user.test.RunUserUnitTest @user @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/UserService.feature:22 22:14:30.788 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:14:30.801 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:14:30.862 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:14:30.864 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:14:30.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:14:30.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:14:30.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:14:30.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:14:30.882 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:14:30.883 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:14:31.121 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:14:31.121 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:14:31.121 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:14:31.121 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:14:31.122 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:14:31.122 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:14:31.122 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:14:31.134 [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). 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:14:31.172 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:14:32.402 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:14:32.402 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:14:32.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:14:32.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:14:32.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:14:32.403 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:14:32.526 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:14:32.528 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:14:32.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:14:32.704 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:14:32.721 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:14:32.726 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:14:32.731 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:14:33.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:14:33.076 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:14:33.077 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:14:33.078 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:14:33.079 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:14:33.080 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:14:33.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. 22:14:33.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. 22:14:33.106 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:14:33.106 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:14:33.110 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.profile.UserProfileService from MockedLocator 22:14:33.110 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.profile.UserProfileFactory from MockedLocator 22:14:33.115 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessRoleService from MockedLocator 22:14:33.115 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessRoleFactory from MockedLocator 22:14:33.116 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:14:33.116 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:14:33.116 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:14:33.116 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:14:33.117 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:14:33.117 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:14:33.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:14:33.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:14:33.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:14:33.118 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessPermissionService from MockedLocator @user @env_none Scenario: Creating user # features/UserService.feature:25 22:14:33.158 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:33.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:33.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:33.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:33.563 [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 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:33.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:33.683 [main] INFO org.reflections.Reflections - Reflections took 33 ms to scan 9 urls, producing 259 keys and 267 values 22:14:33.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:33.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:33.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:35.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:35.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:36.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:36.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:36.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:36.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:36.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:36.659 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:37.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:37.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:37.756 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:37.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:38.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:38.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:38.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:38.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:38.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:14:39.260 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.265 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.266 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.267 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.268 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.272 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.275 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:14:39.275 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.277 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.token.AccessTokenFactory from MockedLocator 22:14:39.279 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.280 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.280 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.281 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:14:39.282 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.282 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.282 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.283 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 22:14:39.284 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.284 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.285 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.285 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.bundle.DeviceBundleFactory from MockedLocator 22:14:39.286 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.286 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.287 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.288 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.289 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.289 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.290 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.290 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.291 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.292 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 22:14:39.292 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.293 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.293 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.293 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.315 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.316 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.317 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:14:39.318 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.320 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:14:39.320 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.321 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:14:39.321 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.asset.DeviceAssetFactory from MockedLocator 22:14:39.323 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 22:14:39.325 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationFactory from MockedLocator 22:14:39.326 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.326 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.327 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:14:39.328 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.328 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 22:14:39.329 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.330 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.330 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.331 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.331 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:14:39.332 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:14:39.333 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:14:39.333 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.config.metatype.KapuaMetatypeFactory from MockedLocator 22:14:39.334 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.334 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementFactory from MockedLocator 22:14:39.335 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.packages.DevicePackageFactory from MockedLocator 22:14:39.335 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.model.id.KapuaIdFactory from MockedLocator 22:14:39.473 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:14:39.474 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:14:39.494 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) When I search for user with name "kapua-u1" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) Then I find user # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List) 22:14:39.821 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:39.832 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user with short name # features/UserService.feature:44 22:14:39.850 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:39.852 [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 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:39.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:39.879 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 22:14:39.950 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:39.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:39.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:40.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:40.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:40.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:40.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:40.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:40.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:40.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:40.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:40.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:40.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:40.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:41.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:41.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:41.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:41.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:41.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:41.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:41.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:41.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument userCreator.name: u1. And I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:41.729 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:41.738 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user that has more than DB allowed length # features/UserService.feature:61 22:14:41.750 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:41.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:41.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:41.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:41.751 [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 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:41.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:41.775 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:41.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:41.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:41.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:41.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:42.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:42.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:42.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:42.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:42.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:42.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:42.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:42.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:42.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:43.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:43.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:43.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:43.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:43.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:43.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:43.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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. And I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:43.319 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:43.326 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user with special characters in his name # features/UserService.feature:78 22:14:43.338 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:43.339 [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 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:43.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:43.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:43.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:43.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:43.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:43.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:43.361 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:43.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:43.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:43.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:43.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:43.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:43.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:43.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:43.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:43.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:43.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:43.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:43.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:44.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:44.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:44.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:44.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:44.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:44.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:44.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:44.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:44.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:44.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument userCreator.name: ###$$$%%%. And I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:44.848 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:44.856 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Update user # features/UserService.feature:95 22:14:44.868 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:44.870 [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 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:44.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:44.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:44.891 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 9 urls, producing 259 keys and 267 values 22:14:44.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:44.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:44.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:44.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:45.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:45.080 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:45.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:45.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:45.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:45.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:45.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:45.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:46.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:46.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:46.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:46.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:46.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:46.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:46.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) And I search for user with name "kapua-u1" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) And I change user to # org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(java.util.List) And I search for user with name "kapua-u1" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) Then I find user # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List) 22:14:46.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:46.348 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Try to change User name # features/UserService.feature:120 22:14:46.360 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:46.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:46.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:46.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:46.361 [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 22:14:46.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:46.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:46.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:46.385 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 22:14:46.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:46.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:46.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:46.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:46.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:46.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:46.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:46.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:46.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:46.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:46.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:46.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:47.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:47.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:47.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:47.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:47.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:47.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:47.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:47.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:47.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:47.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) And I expect the exception "KapuaIllegalArgumentException" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) When I search for user with name "kapua-u1" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) 22:14:47.782 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalArgumentException: An illegal value was provided for the argument user.name: kapua-u1-mod. at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$6(UserServiceImpl.java:204) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.update(UserServiceImpl.java:179) at org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(UserServiceSteps.java:211) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument user.name: kapua-u1-mod. And I change user to # org.eclipse.kapua.service.user.steps.UserServiceSteps.changeUserTo(java.util.List) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:47.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:47.792 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete user # features/UserService.feature:143 22:14:47.824 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:47.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:47.826 [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 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:47.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:47.850 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 9 urls, producing 259 keys and 267 values 22:14:47.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:47.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:47.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:47.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:47.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:47.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:48.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:48.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:48.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:48.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:48.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:48.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:48.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:48.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:48.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:48.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:48.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:48.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:48.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:48.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:48.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:48.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) User kapua-user created. Given User with name "kapua-user" in scope with id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int) When I create user # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser() And I delete user # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser() Then I don't find user with name "kapua-user" # org.eclipse.kapua.service.user.steps.UserServiceSteps.dontFindUserWithName(java.lang.String) 22:14:49.029 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:49.035 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Query user # features/UserService.feature:160 22:14:49.043 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:49.044 [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 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:49.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:49.066 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 22:14:49.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:49.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:49.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:49.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:49.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:49.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:49.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:49.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:49.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:49.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:49.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:49.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:49.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:49.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:49.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:50.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:50.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:50.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:50.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:50.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:50.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:50.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) User kapua-user created. Given User with name "kapua-user" in scope with id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int) When I create user # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser() And I query for users in scope with id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.queryForUsers(int) Then I count 1 user as query result list # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserQuery(int) 22:14:50.316 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:50.322 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Count user # features/UserService.feature:177 22:14:50.330 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:50.332 [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 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:50.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:50.356 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 22:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:50.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:50.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:50.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:50.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:50.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:50.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:50.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:50.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:50.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:50.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:51.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:51.054 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:51.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:51.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:51.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:51.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:51.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:51.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:51.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:51.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) User kapua-user created. Given User with name "kapua-user" in scope with id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int) When I create user # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser() And I count users in scope 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUsersInScope(int) Then I count 1 user # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserCount(int) 22:14:51.550 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:51.555 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by id # features/UserService.feature:195 22:14:51.562 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:51.564 [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 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:51.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:51.589 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 9 urls, producing 259 keys and 267 values 22:14:51.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:51.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:51.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:51.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:51.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:51.741 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:51.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:51.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:51.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:51.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:51.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:52.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:52.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:52.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:52.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:52.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:52.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:52.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:52.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:52.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:52.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:52.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) When I search for created user by id # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserById() Then I find user # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List) 22:14:52.790 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:52.815 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by name # features/UserService.feature:215 22:14:52.823 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:52.825 [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 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:52.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:52.849 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 9 urls, producing 259 keys and 267 values 22:14:52.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:52.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:52.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:52.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:52.961 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:53.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:53.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:53.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:53.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:53.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:53.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:53.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:53.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:53.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:53.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:53.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:53.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:54.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:54.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:54.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:54.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:54.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) When I search for created user by name # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserByName() Then I find user # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUserFull(java.util.List) 22:14:54.121 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:54.126 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create user that already exist # features/UserService.feature:234 22:14:54.134 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:54.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:54.136 [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 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:54.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:54.157 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 9 urls, producing 259 keys and 267 values 22:14:54.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:54.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:54.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:54.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:54.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:54.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:54.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:54.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:54.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:54.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:54.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:54.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:54.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:54.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:54.806 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:55.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:55.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:55.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:55.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:55.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:55.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:55.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) User kapua-user created. Given User with name "kapua-user" in scope with id 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.crateUserWithName(java.lang.String,int) When I create user # org.eclipse.kapua.service.user.steps.UserServiceSteps.createUser() 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) 22:14:55.265 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name kapua-user already exists. at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$create$0(UserServiceImpl.java:112) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.create(UserServiceImpl.java:107) at org.eclipse.kapua.service.user.steps.UserServiceSteps.createSameUser(UserServiceSteps.java:370) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name kapua-user already exists. When I create same user # org.eclipse.kapua.service.user.steps.UserServiceSteps.createSameUser() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:55.266 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:55.271 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Update user that doesn't exist # features/UserService.feature:252 22:14:55.278 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:55.279 [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 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:55.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:55.298 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:55.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:55.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:55.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:55.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:55.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:55.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:55.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:55.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:55.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:55.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:55.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:55.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:55.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:55.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:55.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:56.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:56.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:56.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:56.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:56.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:56.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:56.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) And User that doesn't exist # org.eclipse.kapua.service.user.steps.UserServiceSteps.createNonexistentUser() 22:14:56.432 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type user with id/name 3,234,123 was not found. at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$1(UserServiceImpl.java:183) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$update$6(UserServiceImpl.java:183) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.update(UserServiceImpl.java:179) at org.eclipse.kapua.service.user.steps.UserServiceSteps.updateNonexistenUser(UserServiceSteps.java:388) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type user with id/name 3,234,123 was not found. When I update nonexistent user # org.eclipse.kapua.service.user.steps.UserServiceSteps.updateNonexistenUser() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:56.433 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:56.437 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete user that doesn't exist # features/UserService.feature:261 22:14:56.445 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:56.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 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:56.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:56.466 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:56.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:56.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:56.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:56.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:56.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:56.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:56.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:56.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:56.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:56.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:56.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:56.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:57.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:57.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:57.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:57.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:57.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) And User that doesn't exist # org.eclipse.kapua.service.user.steps.UserServiceSteps.createNonexistentUser() 22:14:57.570 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type user with id/name 3,234,123 was not found. at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$8(UserServiceImpl.java:255) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$9(UserServiceImpl.java:255) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.delete(UserServiceImpl.java:251) at org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteNonexistenUser(UserServiceSteps.java:399) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type user with id/name 3,234,123 was not found. When I delete nonexistent user # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteNonexistenUser() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:14:57.571 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:57.576 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user with id and scope id that doesn't exist # features/UserService.feature:270 22:14:57.585 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:57.587 [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 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:57.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:57.605 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:57.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:57.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:57.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:57.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:57.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:57.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:57.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:57.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:57.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:57.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:57.867 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:58.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:58.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:58.221 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:58.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:58.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:58.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:58.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:58.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:58.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:58.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:58.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for user with id 123 in scope with id 456 # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithIdAndScopeId(int,int) Then I find no user # org.eclipse.kapua.service.user.steps.UserServiceSteps.noUserFound() 22:14:58.676 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:58.680 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by name that doesn't exist # features/UserService.feature:277 22:14:58.687 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:58.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:58.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 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:58.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:58.717 [main] INFO org.reflections.Reflections - Reflections took 13 ms to scan 9 urls, producing 259 keys and 267 values 22:14:58.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:58.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:58.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:58.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:58.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:58.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:14:58.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:14:58.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:14:58.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:14:58.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:14:58.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:14:59.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:14:59.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:14:59.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:14:59.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:14:59.622 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:14:59.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:14:59.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:14:59.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:14:59.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:14:59.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:14:59.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for user with name "kapua-user" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) Then I find no user # org.eclipse.kapua.service.user.steps.UserServiceSteps.noUserFound() 22:14:59.789 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:14:59.794 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Delete Kapua system user # features/UserService.feature:284 22:14:59.801 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:14:59.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 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:14:59.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:14:59.834 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:14:59.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:14:59.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:14:59.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:14:59.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:14:59.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:14:59.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:00.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:00.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:00.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:00.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:00.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:00.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:00.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:00.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:00.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:00.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:00.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:00.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:00.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:00.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:00.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:00.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I search for user with name "kapua-sys" # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchUserWithName(java.lang.String) 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) 22:15:00.899 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalArgumentException: An illegal value was provided for the argument name: kapua-sys. at org.eclipse.kapua.service.user.internal.UserServiceImpl.validateSystemUser(UserServiceImpl.java:347) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$delete$9(UserServiceImpl.java:258) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.delete(UserServiceImpl.java:251) at org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser(UserServiceSteps.java:224) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument name: kapua-sys. When I delete user # org.eclipse.kapua.service.user.steps.UserServiceSteps.deleteUser() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:15:00.900 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:00.904 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Create multiple users # features/UserService.feature:293 22:15:00.916 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:00.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 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:00.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:00.935 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:15:00.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:00.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:00.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:00.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:01.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:01.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:01.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:01.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:01.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:01.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:01.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:01.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:01.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:01.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:01.536 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:01.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:01.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:01.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:01.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:01.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:01.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:01.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following users # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) When I count users in scope 42 # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUsersInScope(int) Then I count 3 users # org.eclipse.kapua.service.user.steps.UserServiceSteps.countUserCount(int) 22:15:01.986 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:01.990 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find multiple users # features/UserService.feature:313 22:15:02.016 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:02.018 [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 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:02.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:02.036 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 9 urls, producing 259 keys and 267 values 22:15:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:02.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:02.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:02.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:02.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:02.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:02.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:02.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:02.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:02.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:02.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:02.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:02.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:02.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:03.018 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:03.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following users # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) When I search for users # org.eclipse.kapua.service.user.steps.UserServiceSteps.searchForUsers() Then I find users # org.eclipse.kapua.service.user.steps.UserServiceSteps.findUsersFull(java.util.List) 22:15:03.147 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:03.151 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Get metadata # features/UserService.feature:337 22:15:03.158 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:03.159 [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 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:03.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:03.178 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:15:03.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:03.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:03.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:03.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:03.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:03.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:03.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:03.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:03.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:03.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:03.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:03.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:03.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:03.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:03.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:04.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:04.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:04.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I retrieve metadata in scope 1 # org.eclipse.kapua.service.user.steps.UserServiceSteps.getMetadata(int) Then I have metadata # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveMetadata() 22:15:04.200 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:04.204 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Finding user by expiration date in the future # features/UserService.feature:343 22:15:04.219 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:04.220 [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 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:04.237 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 9 urls, producing 259 keys and 267 values 22:15:04.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:04.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:04.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:04.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:04.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:04.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:04.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:04.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:04.607 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:04.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:04.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:04.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:05.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:05.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:05.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:05.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:05.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:05.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:05.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) And I find user with expiration date in the future # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInTheFuture(java.util.List) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:15:05.254 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:05.258 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Finding user by expiration date in the present # features/UserService.feature:363 22:15:05.266 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:05.267 [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 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:05.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:05.285 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 9 urls, producing 259 keys and 267 values 22:15:05.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:05.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:05.333 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:05.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:05.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:05.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:05.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:05.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:05.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:05.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:05.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:05.650 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:05.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:05.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:05.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:06.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:06.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:06.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:06.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:06.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:06.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:06.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) Then I search for the user with expiration date in the present # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForTheUserWithExpirationDateInThePresent() And I find user with expiration date in the present # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInThePresent(java.util.List) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:15:06.323 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:06.327 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Finding user by expiration date in the past # features/UserService.feature:384 22:15:06.334 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:06.335 [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 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:06.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:06.353 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:15:06.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:06.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:06.394 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:06.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:06.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:06.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:06.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:06.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:06.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:06.508 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:06.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:06.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:06.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:06.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:06.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:07.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:07.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:07.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:07.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:07.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:07.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:07.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) Then I search for the user with expiration date in the past # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForTheUserWithExpirationDateInThePast() And I find user with expiration date in the past # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUserWithExpirationDateInThePast(java.util.List) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:15:07.421 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:07.425 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by its phone number # features/UserService.feature:405 22:15:07.432 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:07.433 [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 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:07.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:07.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:07.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:07.451 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 9 urls, producing 259 keys and 267 values 22:15:07.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:07.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:07.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:07.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:07.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:07.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:07.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:07.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:07.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:07.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:07.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:07.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:07.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:08.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:08.047 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:08.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:08.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:08.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:08.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:08.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:08.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:08.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following user # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) And I search users with phone number "+386 31 323 111" # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchUsersWithPhoneNumber(java.lang.String) Then I find users with phone number "+386 31 323 111" # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUsersWithPhoneNumber(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:15:08.475 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:08.479 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none Scenario: Find user by its email # features/UserService.feature:426 22:15:08.486 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:08.487 [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 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:08.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:08.516 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 9 urls, producing 259 keys and 267 values 22:15:08.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:08.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:08.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:08.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:08.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:08.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 8 22:15:08.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:08.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:08.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:09.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:09.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:09.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:09.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:09.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:09.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:09.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:09.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:09.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:09.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Given I have the following users # org.eclipse.kapua.service.user.steps.UserServiceSteps.haveUsers(java.util.List) And I search users with email "nemanja2@kapua.com" # org.eclipse.kapua.service.user.steps.UserServiceSteps.iSearchForUsersWithEmail(java.lang.String) Then I find users with email "nemanja2@kapua.com" # org.eclipse.kapua.service.user.steps.UserServiceSteps.iFindUsersWithEmail(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:15:09.532 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:09.535 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @user @env_none @teardown Scenario: Reset Security Context for all scenarios # features/UserService.feature:448 22:15:09.542 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:15:09.542 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.199 s - in org.eclipse.kapua.service.user.test.RunUserUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-user-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/user/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-user-test' with 0 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-user-test --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/user/test/target/kapua-user-test-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-user-test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-user-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/user/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-user-test' with 0 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-user-test-steps' with 8 classes [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-user-test --- [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 [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-scheduler >------------------ [INFO] Building kapua-scheduler 2.1.0-SNAPSHOT [129/229] [INFO] from service/scheduler/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688111157 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-scheduler-api >---------------- [INFO] Building kapua-scheduler-api 2.1.0-SNAPSHOT [130/229] [INFO] from service/scheduler/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688111234 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-api --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/api/target/kapua-scheduler-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-api --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-device-management-job >------------ [INFO] Building kapua-device-management-job 2.1.0-SNAPSHOT [131/229] [INFO] from service/device/management/job/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688112470 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job --- [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-job-api >---------- [INFO] Building kapua-device-management-job-api 2.1.0-SNAPSHOT [132/229] [INFO] from service/device/management/job/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688112528 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/job/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-api --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-api --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-api --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-service-client >--------------- [INFO] Building kapua-service-client 2.1.0-SNAPSHOT [133/229] [INFO] from service/client/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-client --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-client --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-client --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-client --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/client [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688114086 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/client' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/client [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-client --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-client --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-service-client --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/develop-test/service/client/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-client --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-client --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/client/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-client --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest 22:15:18.234 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.239 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.239 [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 22:15:18.256 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.285 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.285 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.285 [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 22:15:18.286 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.288 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.288 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.288 [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 22:15:18.289 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.301 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.301 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.301 [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 22:15:18.302 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.323 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 22:15:18.323 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 22:15:18.323 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 22:15:18.323 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 22:15:18.323 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 22:15:18.324 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 22:15:18.324 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 22:15:18.324 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 22:15:18.324 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 22:15:18.324 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 22:15:18.325 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.326 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.326 [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 22:15:18.326 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.328 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.328 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.328 [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 22:15:18.329 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.kapua.broker.client.protocol.DefaultProtocolDescriptorProviderTest [INFO] Running org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorTest 22:15:18.336 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.336 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.336 [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 22:15:18.337 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.338 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.338 [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 22:15:18.339 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.341 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.341 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.341 [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 22:15:18.341 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.343 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.343 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.343 [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 22:15:18.343 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.344 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.345 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.345 [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 22:15:18.345 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.346 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.346 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.346 [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 22:15:18.346 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.BIRTH 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.BIRTH 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DISCONNECT 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DISCONNECT 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.MISSING 22:15:18.347 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.MISSING 22:15:18.348 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.NOTIFY 22:15:18.348 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.NOTIFY 22:15:18.348 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.device.DATA 22:15:18.348 [main] INFO org.eclipse.kapua.service.client.protocol.DefaultProtocolDescriptionProvider - No class mapping for key mqtt.kapua.DATA 22:15:18.349 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.349 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.349 [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 22:15:18.349 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' 22:15:18.350 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - Base path set to file:///home/jenkins/agent/workspace/develop-test/service/client/target/classes/ 22:15:18.351 [main] DEBUG org.apache.commons.configuration.PropertiesConfiguration - FileName set to kapua-service-client-setting.properties 22:15:18.351 [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 22:15:18.351 [main] DEBUG org.eclipse.kapua.commons.setting.AbstractKapuaSetting - Loaded configuration resource: 'kapua-service-client-setting.properties' [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorTest [INFO] Running org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorProvidersTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.broker.client.protocol.ProtocolDescriptorProvidersTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-client --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/client/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-client' with 9 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-client --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-client --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/client/target/kapua-service-client-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-client --- [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jcommander-1.78.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/txw2-2.3.1.jar [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 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/stax-ex-1.8.jar [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/FastInfoset-1.2.15.jar [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/jose4j-0.7.10.jar [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 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/commons-pool2-2.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying objenesis-2.1.jar to /home/jenkins/agent/workspace/develop-test/service/client/target/dependency/objenesis-2.1.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-client --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/client/target/jacoco.exec [INFO] Analyzed bundle 'kapua-service-client' with 9 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-client --- [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 [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-broker >------------------- [INFO] Building kapua-broker 2.1.0-SNAPSHOT [134/229] [INFO] from broker/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688119269 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-broker --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-broker-artemis >--------------- [INFO] Building kapua-broker-artemis 2.1.0-SNAPSHOT [135/229] [INFO] from broker/artemis/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688119463 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis --- [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-broker-artemis-plugin >------------ [INFO] Building kapua-broker-artemis-plugin 2.1.0-SNAPSHOT [136/229] [INFO] from broker/artemis/plugin/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-broker-artemis-plugin --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-broker-artemis-plugin --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-broker-artemis-plugin --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-broker-artemis-plugin --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688119797 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/broker/artemis/plugin' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-broker-artemis-plugin --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-broker-artemis-plugin --- [INFO] Copying 2 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-broker-artemis-plugin --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-broker-artemis-plugin --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-broker-artemis-plugin --- [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-broker-artemis-plugin --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-broker-artemis-plugin --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-broker-artemis-plugin --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/jacoco.exec [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-broker-artemis-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-broker-artemis-plugin --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/kapua-broker-artemis-plugin-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-broker-artemis-plugin --- [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying caffeine-3.1.6.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/caffeine-3.1.6.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jcommander-1.78.jar [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-pool2-2.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/txw2-2.3.1.jar [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 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/stax-ex-1.8.jar [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/FastInfoset-1.2.15.jar [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/httpcore-4.4.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/jose4j-0.7.10.jar [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 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-broker-artemis-plugin --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/broker/artemis/plugin/target/jacoco.exec [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-service-client' with 9 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-broker-artemis-plugin --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-registry-test-steps >--------- [INFO] Building kapua-device-registry-test-steps 2.1.0-SNAPSHOT [137/229] [INFO] from service/device/registry/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688125385 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test-steps --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test-steps --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test-steps --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-device-registry-test >------------ [INFO] Building kapua-device-registry-test 2.1.0-SNAPSHOT [138/229] [INFO] from service/device/registry/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-registry-test --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-registry-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-registry-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-registry-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688128602 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/registry/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/registry/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-registry-test --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-registry-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/registry/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-registry-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-registry-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-registry-test --- [INFO] Copying 9 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-registry-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-registry-test --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.device.registry.test.RunDeviceRegistryUnitTest @deviceRegistry @deviceEvents @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/DeviceEvent.feature:24 22:15:34.139 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:15:34.154 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:15:34.219 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:15:34.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:15:34.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:15:34.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:15:34.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:15:34.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:15:34.222 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:15:34.225 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:15:34.226 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:15:34.226 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:15:34.226 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:15:34.244 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:15:34.245 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:15:34.473 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:15:34.485 [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). 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:15:34.520 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:15:35.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:15:35.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:15:35.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:15:35.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:15:35.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:15:35.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:15:35.993 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:15:35.993 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:15:35.993 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:15:35.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:15:35.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:15:35.994 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:15:36.127 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:15:36.129 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:15:36.324 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:36.324 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:36.337 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:36.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:15:36.347 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:15:37.046 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:37.046 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:37.047 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:15:37.048 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:15:37.049 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:15:37.049 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:37.074 [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. 22:15:37.074 [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. 22:15:37.078 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:15:37.079 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:15:37.082 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 22:15:37.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:37.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 22:15:37.083 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 22:15:37.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 22:15:37.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:15:37.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:15:37.084 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 22:15:37.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:37.086 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 22:15:37.087 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 22:15:37.088 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 22:15:37.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 22:15:37.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 22:15:37.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 22:15:37.089 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:37.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:37.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:15:37.090 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:15:37.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 22:15:37.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 22:15:37.091 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:37.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:15:37.092 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:37.093 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:15:37.093 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:15:37.094 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:15:37.094 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:37.095 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:15:37.095 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:15:37.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:37.097 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 22:15:37.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:15:37.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:15:37.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:37.099 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:15:37.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:37.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:15:37.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:15:37.100 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:15:37.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:37.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:15:37.101 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator @deviceRegistry @deviceEvents @env_none Scenario: Create a regular event # features/DeviceEvent.feature:27 22:15:37.180 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:37.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 22:15:37.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:37.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:37.827 [main] INFO org.reflections.Reflections - Reflections took 57 ms to scan 10 urls, producing 269 keys and 278 values 22:15:37.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:37.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:37.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:40.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:40.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:40.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:40.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:40.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:40.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:40.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:41.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:41.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:42.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:42.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:42.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:42.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:43.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:43.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:43.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:43.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:43.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:43.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:43.360 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:15:43.439 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:15:43.441 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:15:43.460 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 22:15:43.499 [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. 22:15:43.499 [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. Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId() Then I find the device # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deviceIsNotNull() And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And The event matches the creator parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters() 22:15:43.853 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:43.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Create an event with a null scope ID # features/DeviceEvent.feature:40 22:15:43.937 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:43.939 [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 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:43.939 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:43.986 [main] INFO org.reflections.Reflections - Reflections took 23 ms to scan 10 urls, producing 269 keys and 278 values 22:15:44.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:44.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:44.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:44.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:44.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:44.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:44.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:44.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:44.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:44.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:44.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:44.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:45.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:45.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:45.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:45.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:45.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:45.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:46.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:46.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:46.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:46.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:46.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) Given A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceEventCreator.scopeId. When A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:15:46.139 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:46.150 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Find an event by its ID # features/DeviceEvent.feature:51 22:15:46.181 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:46.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:46.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:46.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:46.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 22:15:46.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:46.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:46.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:46.222 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:46.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:46.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:46.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:46.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:46.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:46.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:46.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:46.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:46.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:46.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:46.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:46.853 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:47.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:47.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:47.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:47.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:47.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:47.850 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:47.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) When I search for an event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById() Then The event matches the creator parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters() 22:15:48.026 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:48.033 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Find a non existing event # features/DeviceEvent.feature:60 22:15:48.058 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:48.060 [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 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:48.060 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:48.083 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:48.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:48.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:48.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:48.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:48.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:48.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:48.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:48.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:48.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:48.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:48.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:48.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:48.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:48.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:48.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:49.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:49.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:49.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:49.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:49.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:49.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:49.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:49.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) When I search for an event with a random ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventByRandomId() Then There is no such event # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.eventIsNull() 22:15:49.654 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:49.662 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Delete an existing event # features/DeviceEvent.feature:70 22:15:49.688 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:49.690 [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 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:49.733 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 22:15:49.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:49.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:49.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:49.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:49.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:49.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:49.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:50.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:50.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:50.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:50.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:50.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:50.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:51.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:51.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:51.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:51.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:51.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:51.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:51.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) When I search for an event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById() Then The event matches the creator parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedEventAgainstCreatorParameters() When I delete the event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEvent() And I search for an event with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findEventById() Then There is no such event # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.eventIsNull() 22:15:51.221 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:51.228 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Delete a non existent event # features/DeviceEvent.feature:82 22:15:51.251 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:51.252 [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 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:51.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:51.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:51.275 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:51.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:51.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:51.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:51.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:51.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:51.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:51.456 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:51.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:51.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:51.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:51.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:51.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:51.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:52.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:52.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:52.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:52.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:52.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:52.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:52.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:52.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:52.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) 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) And A "CREATE" event from device "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularEvent(java.lang.String,java.lang.String) 22:15:52.658 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceEvent with id/name 2,233,491,640,546,480,315 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:307) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:307) at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.lambda$delete$5(DeviceEventServiceImpl.java:157) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.event.internal.DeviceEventServiceImpl.delete(DeviceEventServiceImpl.java:157) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEventWithRandomId(DeviceRegistrySteps.java:1458) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceEvent with id/name 2,233,491,640,546,480,315 was not found. When I delete an event with a random ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteEventWithRandomId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:15:52.661 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:52.667 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Count events in empty scope # features/DeviceEvent.feature:93 22:15:52.692 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:52.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 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:52.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:52.732 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:52.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:52.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:52.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:52.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:52.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:52.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:52.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:52.914 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:52.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:53.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:53.158 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:53.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:53.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:53.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:53.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:53.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:53.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:53.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:53.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:53.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:53.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:53.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) 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) When I count events for scope 42 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countEventsInScope(int) Then I count 0 # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int) 22:15:54.117 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:54.122 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Basic Device Event queries # features/DeviceEvent.feature:103 22:15:54.148 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:54.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 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:54.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:54.172 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:54.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:54.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:54.216 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:54.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:54.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:54.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:54.355 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:54.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:54.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:54.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:54.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:54.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:54.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:54.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:54.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:55.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:55.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:55.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:55.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:55.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:55.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:55.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:55.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "first" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And A device named "second" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) 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) 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) 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) When I query for "CREATE" events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForSpecificEvents(java.lang.String) 22:15:55.772 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 15 22:15:55.772 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.782 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.782 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.783 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world Then I find 15 device events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int) When I query for "WRITE" events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForSpecificEvents(java.lang.String) 22:15:55.815 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - Events size: 10 22:15:55.815 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.815 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world 22:15:55.816 [main] INFO o.e.k.s.d.r.s.DeviceRegistrySteps - type: deviceEvent - id: 4778149271862023197 - date: Thu May 02 22:15:55 UTC 2024 - test_message_hello_world Then I find 10 device events # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkEventListForNumberOfItems(int) 22:15:55.817 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:55.824 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event factory sanity checks # features/DeviceEvent.feature:116 22:15:55.847 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:55.849 [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 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:55.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:55.873 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:55.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:55.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:55.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:55.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:55.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:56.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:56.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:56.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:56.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:56.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:56.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:56.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:56.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:56.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:56.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:56.966 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:57.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:57.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:57.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Then All device event factory functions must return non null objects # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllEventFactoryFunctions() 22:15:57.229 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:57.235 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none Scenario: Event service domain check # features/DeviceEvent.feature:119 22:15:57.257 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:57.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:57.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:57.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:57.259 [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 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:57.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:57.283 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:57.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:57.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:57.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:57.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:57.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:57.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:57.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:57.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:57.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:57.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:57.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:57.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:57.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:57.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:58.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:15:58.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:15:58.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:15:58.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:15:58.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:15:58.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:15:58.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:15:58.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:15:58.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Then The device event domain data can be updated # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceEventDomainUpdate() 22:15:58.593 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:15:58.599 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceEvents @env_none @teardown Scenario: Reset Security Context for all scenarios # features/DeviceEvent.feature:123 22:15:58.629 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:15:58.629 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() @deviceRegistry @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/DeviceRegistry.feature:22 22:15:58.668 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:15:58.669 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:15:58.670 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:15:58.670 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:15:58.670 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:15:58.673 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:15:58.675 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:15:58.684 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:15:58.684 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:15:58.684 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:15:58.684 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:15:58.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:15:58.685 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:15:58.689 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:15:58.718 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:15:58.718 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:15:58.721 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:58.721 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:58.722 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:58.722 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:15:58.724 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:15:58.959 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:58.959 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:58.960 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:15:58.960 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:15:58.960 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:15:58.960 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:58.962 [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. 22:15:58.962 [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. 22:15:58.963 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:15:58.963 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:15:58.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 22:15:58.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:58.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 22:15:58.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 22:15:58.964 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 22:15:58.965 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:15:58.965 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:15:58.965 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 22:15:58.966 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:58.966 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 22:15:58.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:15:58.968 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:15:58.969 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:15:58.970 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:15:58.970 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:15:58.971 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:15:58.972 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:15:58.972 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:15:58.972 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:15:58.972 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator @deviceRegistry @env_none Scenario: Create a single device with null clientID value # features/DeviceRegistry.feature:25 22:15:58.999 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:15:59.001 [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 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:15:59.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:15:59.033 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:15:59.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:15:59.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:15:59.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:15:59.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:15:59.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:15:59.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:15:59.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:15:59.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:15:59.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:15:59.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:15:59.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:15:59.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:15:59.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:15:59.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:15:59.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:00.073 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:00.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:00.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:00.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:00.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:00.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:00.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:00.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId. When I create a device with null clientID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithNullClientID() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:00.306 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:00.316 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with valid clientID # features/DeviceRegistry.feature:33 22:16:00.338 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:00.339 [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 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:00.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:00.360 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:00.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:00.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:00.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:00.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:00.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:00.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:00.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:00.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:00.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:00.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:00.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:00.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:01.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:01.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:01.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:01.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:01.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:01.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:01.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:01.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:01.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:01.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:01.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a device with name "device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) When I search for a device with name "device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String) Then I find device with clientId "device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:01.640 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:01.646 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with case sensitive clientID # features/DeviceRegistry.feature:42 22:16:01.670 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:01.671 [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 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:01.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:01.691 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:01.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:01.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:01.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:01.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:01.790 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:01.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:01.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:01.868 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:01.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:01.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:01.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:02.116 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:02.315 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:02.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:02.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:02.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:02.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:02.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:02.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:02.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:02.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:02.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:02.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a device with name "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) When I search for a device with name "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String) Then I find device with clientId "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:02.905 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:02.919 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with spaces in clientID # features/DeviceRegistry.feature:51 22:16:02.942 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:02.943 [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 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:02.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:02.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:02.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:02.965 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:03.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:03.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:03.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:03.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:03.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:03.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:03.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:03.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:03.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:03.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:03.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:03.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:03.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:03.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:03.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:03.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:04.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:04.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:04.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:04.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:04.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:04.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:04.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a device with name "test Device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) When I search for a device with name "test Device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String) Then I find device with clientId "test Device" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:04.178 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:04.183 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Create a single device with an empty string for clientID # features/DeviceRegistry.feature:60 22:16:04.234 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:04.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:04.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:04.236 [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 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:04.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:04.258 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:04.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:04.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:04.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:04.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:04.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:04.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:04.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:04.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:04.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:04.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:04.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:04.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:04.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:05.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:05.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:05.386 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:05.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:05.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:05.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:05.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:05.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId. When I create a device with name "" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:05.537 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:05.542 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with clientID that contains 255 characters # features/DeviceRegistry.feature:68 22:16:05.567 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:05.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 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:05.588 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:05.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:05.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:05.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:05.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:05.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:05.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:05.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:05.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:05.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:05.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:05.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:06.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:06.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:06.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:06.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:06.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:06.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:06.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:06.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:06.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:06.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:06.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:06.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) When I search for a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iSearchForADeviceWithName(java.lang.String) Then I find device with clientId "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceva" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:06.853 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:06.859 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with clientID that contains 256 characters # features/DeviceRegistry.feature:77 22:16:06.885 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:06.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 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:06.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:06.920 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:06.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:06.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:06.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:06.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:07.012 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:07.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:07.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:07.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:07.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:07.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:07.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:07.324 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:07.527 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:07.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:07.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:07.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:07.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:08.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:08.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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. When I create a device with name "validDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDevicevalidDeviceval" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:08.158 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:08.166 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with clientID that contains invalid characters # features/DeviceRegistry.feature:85 22:16:08.217 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:08.218 [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 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:08.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:08.242 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:16:08.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:08.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:08.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:08.310 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:08.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:08.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:08.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:08.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:08.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:08.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:08.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:08.631 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:08.830 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:08.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:08.888 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:09.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:09.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:09.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:09.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:09.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:09.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:09.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:09.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName#. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName+. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName*. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName&. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName,. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName?. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName>. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: deviceName/. When I try to create devices with invalid symbols "#+*&,?>/" in name # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iTryToCreateDevicesWithInvalidSymbolsInName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:09.389 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:09.393 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating a single device with clientID that contains invalid character # features/DeviceRegistry.feature:94 22:16:09.418 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:09.419 [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 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:09.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:09.439 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:09.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:09.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:09.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:09.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:09.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:09.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:09.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:09.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:09.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:09.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:09.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:09.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:10.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:10.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:10.094 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:10.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:10.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:10.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:10.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:10.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:10.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:10.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:10.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument deviceCreator.clientId: testDevice::. When I create a device with name "testDevice::" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:10.616 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:10.621 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Creating two device with the same clientID # features/DeviceRegistry.feature:102 22:16:10.642 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:10.643 [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 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:10.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:10.663 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:10.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:10.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:10.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:10.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:10.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:10.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:10.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:10.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:10.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:10.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:10.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:11.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:11.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:11.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:11.306 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:11.576 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:11.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:11.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:11.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a device with name "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) 22:16:11.816 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name testDevice already exists. at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$create$0(DeviceRegistryServiceImpl.java:92) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.create(DeviceRegistryServiceImpl.java:84) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.create(DeviceRegistryServiceImpl.java:49) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(DeviceRegistrySteps.java:2497) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name testDevice already exists. And I create a device with name "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:11.817 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:11.822 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: All device parameters must match the device creator # features/DeviceRegistry.feature:111 22:16:11.846 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:11.847 [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 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:11.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:11.869 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:16:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:11.921 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:11.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:11.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:12.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:12.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:12.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:12.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:12.041 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:12.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:12.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:12.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:12.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:12.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:12.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:12.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:12.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:13.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:13.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:13.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:13.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:13.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "testDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) Then The device matches the creator parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedDeviceAgainstCreatorParameters() 22:16:13.011 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:13.016 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Case sensitiveness of named device searches # features/DeviceRegistry.feature:118 22:16:13.038 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:13.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:13.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:13.040 [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 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:13.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:13.060 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:13.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:13.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:13.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:13.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:13.161 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:13.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:13.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:13.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:13.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:13.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:13.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:13.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:13.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:13.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:13.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:13.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:14.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:14.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:14.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:14.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:14.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:14.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:14.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "CaseSensitiveTestName" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) When I search for a device with the client ID "CaseSensitiveTestName" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String) Then I find device with clientId "CaseSensitiveTestName" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) 22:16:14.196 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:14.201 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by registry ID # features/DeviceRegistry.feature:125 22:16:14.228 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:14.229 [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 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:14.251 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:16:14.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:14.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:14.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:14.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:14.349 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:14.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:14.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:14.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:14.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:14.440 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:14.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:14.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:14.855 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:14.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:14.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:15.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:15.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:15.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:15.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:15.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:15.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:15.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:15.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId() Then The device matches the creator parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkCreatedDeviceAgainstCreatorParameters() 22:16:15.396 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:15.400 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Find device by client ID # features/DeviceRegistry.feature:132 22:16:15.430 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:15.431 [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 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:15.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:15.450 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:15.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:15.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:15.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:15.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:15.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:15.571 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:15.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:15.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:15.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:16.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:16.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:16.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:16.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:16.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:16.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:16.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:16.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:16.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:16.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) Then I find the device based on clientID "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceByRememberedClientId(java.lang.String) 22:16:16.548 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:16.553 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Try to find a device with an invalid registry ID # features/DeviceRegistry.feature:138 22:16:16.576 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:16.577 [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 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:16.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:16.597 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:16.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:16.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:16.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:16.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:16.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:16.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:16.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:16.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:16.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:16.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:16.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:16.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:17.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:17.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:17.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:17.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:17.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:17.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:17.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:17.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:17.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:17.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:17.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for a device with a nonexisting registry ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRandomId() Then There is no such device # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.noSuchDevice() 22:16:17.713 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:17.717 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Try to find a device with an invalid client ID # features/DeviceRegistry.feature:145 22:16:17.739 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:17.740 [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 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:17.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:17.760 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:17.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:17.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:17.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:17.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:17.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:17.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:17.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:17.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:17.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:17.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:18.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:18.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:18.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:18.370 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:18.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:18.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:18.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:18.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:18.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:18.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:18.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:18.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I search for a device with a nonexisting registry ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRandomId() Then There is no such device # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.noSuchDevice() 22:16:18.876 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:18.880 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device query - find by BIOS version # features/DeviceRegistry.feature:152 22:16:18.901 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:18.902 [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 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:18.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:18.924 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:18.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:18.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:19.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:19.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:19.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:19.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:19.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:19.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:19.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:19.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:19.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:19.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:19.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:19.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:19.849 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:19.901 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:19.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:19.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:19.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:19.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:19.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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) When I query for devices with BIOS version "1.1.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String) And I extract the device with correct BIOS version # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.getFirstDeviceFromList() Then The device client id is "TestDevice1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceClientName(java.lang.String) 22:16:20.005 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:20.009 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device queries # features/DeviceRegistry.feature:164 22:16:20.030 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:20.032 [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 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:20.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:20.051 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:20.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:20.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:20.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:20.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:20.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:20.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:20.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:20.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:20.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:20.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:20.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:20.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:20.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:20.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:20.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:20.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:21.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:21.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:21.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:21.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:21.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:21.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:21.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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) When I query for devices with BIOS version "1.1.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String) Then I find 100 devices # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int) When I query for devices with BIOS version "1.3.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesBasedOnBiosVersion(java.lang.String) Then I find 98 devices # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int) When I query for devices with BIOS different from "1.2.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevicesWithDifferentBiosVersion(java.lang.String) Then I find 201 devices # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkListForNumberOfItems(int) 22:16:22.151 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:22.155 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Count devices with a specific BIOS version # features/DeviceRegistry.feature:178 22:16:22.176 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:22.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:22.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:22.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:22.178 [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 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:22.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:22.196 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:22.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:22.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:22.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:22.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:22.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:22.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:22.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:22.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:22.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:22.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:22.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:22.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:22.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:22.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:22.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:23.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:23.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:23.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:23.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:23.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:23.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:23.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:23.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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) When I count devices with BIOS version "1.2.0" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countDevicesWithBIOSVersion(java.lang.String) Then I count 25 # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int) 22:16:23.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:23.387 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Try to update the device client ID # features/DeviceRegistry.feature:191 22:16:23.417 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:23.418 [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 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:23.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:23.437 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:23.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:23.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:23.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:23.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:23.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:23.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:23.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:23.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:23.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:23.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:23.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:23.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:23.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:24.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:24.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:24.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:24.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:24.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:24.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:24.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:24.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:24.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:24.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) 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) Then I find device with clientId "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iFindDeviceWithClientId(java.lang.String) 22:16:24.547 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:24.551 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Update a non existing device # features/DeviceRegistry.feature:199 22:16:24.572 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:24.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 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:24.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:24.592 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:24.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:24.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:24.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:24.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:24.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:24.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:24.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:24.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:24.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:24.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:24.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:24.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:25.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:25.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:25.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:25.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:25.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:25.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:25.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:25.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:25.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:25.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:25.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) 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) 22:16:25.655 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 983,287,582,353,826,584 was not found. at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$update$1(DeviceRegistryServiceImpl.java:138) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:136) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:49) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceWithInvalidId(DeviceRegistrySteps.java:744) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type device with id/name 983,287,582,353,826,584 was not found. When I update a device with an invalid ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceWithInvalidId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:25.657 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:25.660 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Delete an existing device from the registry # features/DeviceRegistry.feature:207 22:16:25.681 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:25.682 [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 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:25.682 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:25.701 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:25.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:25.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:25.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:25.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:25.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:25.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:25.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:25.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:25.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:25.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:25.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:26.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:26.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:26.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:26.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:26.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:26.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:26.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:26.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:26.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:26.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:26.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:26.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) When I delete the device with the clientId "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithClientId(java.lang.String) Then There is no device with the client ID "TestDevice" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkWhetherNamedDeviceStillExists(java.lang.String) 22:16:26.803 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:26.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Try to delete a non existing device from the registry # features/DeviceRegistry.feature:216 22:16:26.839 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:26.840 [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 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:26.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:26.858 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:26.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:26.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:26.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:26.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:26.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:26.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:27.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:27.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:27.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:27.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:27.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:27.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:27.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:27.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:27.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:27.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:27.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:27.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:27.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:27.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:27.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:27.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 22:16:27.964 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type device with id/name 6,886,055,369,204,352,371 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:307) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:307) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:192) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRandomIds(DeviceRegistrySteps.java:779) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type device with id/name 6,886,055,369,204,352,371 was not found. When When I delete a device with nonexisting ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRandomIds() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:27.965 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:27.969 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none Scenario: Device factory sanity checks # features/DeviceRegistry.feature:224 22:16:27.989 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:27.990 [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 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:27.990 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:28.008 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:28.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:28.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:28.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:28.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:28.096 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:28.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:28.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:28.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:28.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:28.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:28.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:28.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:28.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:28.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:28.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:28.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:28.926 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:28.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:29.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:29.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:29.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:29.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:29.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Then All device factory functions must return non null values # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllDeviceFactoryFunctions() 22:16:29.072 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:29.078 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @env_none @teardown Scenario: Reset Security Context for all scenarios # features/DeviceRegistry.feature:231 22:16:29.101 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:16:29.101 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() @deviceRegistry @deviceConnection @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/DeviceRegistryConnection.feature:23 22:16:29.136 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:16:29.136 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:16:29.137 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:16:29.138 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:16:29.138 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:16:29.140 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:16:29.141 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:16:29.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:16:29.154 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:16:29.160 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:16:29.160 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:16:29.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:29.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:29.163 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:29.164 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:16:29.165 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:16:29.335 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:29.335 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:29.335 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:16:29.336 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:16:29.336 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:16:29.336 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:29.337 [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. 22:16:29.337 [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. 22:16:29.338 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:16:29.339 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:16:29.339 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 22:16:29.339 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:29.339 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 22:16:29.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 22:16:29.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 22:16:29.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:16:29.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:16:29.340 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 22:16:29.341 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 22:16:29.342 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:16:29.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:16:29.344 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:29.344 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:29.345 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:16:29.346 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator @deviceRegistry @deviceConnection @env_none Scenario: Regular connection # features/DeviceRegistryConnection.feature:26 22:16:29.377 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:29.378 [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 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:29.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:29.417 [main] INFO org.reflections.Reflections - Reflections took 23 ms to scan 10 urls, producing 269 keys and 278 values 22:16:29.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:29.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:29.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:29.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:29.497 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:29.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:29.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:29.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:29.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:29.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:29.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:29.777 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:29.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:29.984 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:30.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:30.274 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:30.343 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:30.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:30.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:30.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:30.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:30.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:30.494 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) 22:16:30.498 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:30.498 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) Then The connection object is regular # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionObject() And The connection details match # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List) And The connection status is "CONNECTED" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkDeviceConnectionStatus(java.lang.String) 22:16:30.504 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:30.508 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Device connection update # features/DeviceRegistryConnection.feature:42 22:16:30.529 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:30.530 [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 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:30.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:30.549 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:30.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:30.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:30.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:30.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:30.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:30.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:30.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:30.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:30.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:30.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:30.769 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:30.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:31.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:31.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:31.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:31.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:31.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:31.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:31.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:31.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:31.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:31.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:31.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I modify the connection details to # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateConnectionDetails(java.util.List) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And The connection details match # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List) 22:16:31.619 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:31.623 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Try to modify the connection client ID # features/DeviceRegistryConnection.feature:59 22:16:31.643 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:31.644 [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 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:31.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:31.663 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:16:31.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:31.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:31.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:31.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:31.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:31.787 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:31.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:31.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:31.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:31.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:31.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:32.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:32.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:32.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:32.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:32.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:32.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:32.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:32.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:32.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:32.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:32.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:32.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I try to modify the connection client Id to "testClient2" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionClientId(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And The connection client ID remains unchanged # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatClientIdHasNotChanged() 22:16:32.716 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:32.720 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Count connections in scope # features/DeviceRegistryConnection.feature:73 22:16:32.745 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:32.746 [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 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:32.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:32.764 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:32.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:32.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:32.799 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:32.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:32.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:32.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:32.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:32.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:32.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:32.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:33.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:33.147 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:33.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:33.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:33.393 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:33.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:33.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:33.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:33.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:33.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:33.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:33.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:33.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I count 7 connections in scope 1 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countConnectioncInScope(int,int) 22:16:33.925 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:33.929 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Count connections in empty scope # features/DeviceRegistryConnection.feature:89 22:16:33.950 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:33.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 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:33.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:33.969 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:34.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:34.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:34.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:34.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:34.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:34.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:34.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:34.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:34.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:34.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:34.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:34.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:34.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:34.586 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:34.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:34.863 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:34.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:34.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:35.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:35.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:35.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:35.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:35.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) Then I count 0 connections in scope 42 # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countConnectioncInScope(int,int) 22:16:35.086 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:35.091 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Try to change an existing connection ID # features/DeviceRegistryConnection.feature:105 22:16:35.116 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:35.117 [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 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:35.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:35.140 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:35.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:35.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:35.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:35.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:35.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:35.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:35.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:35.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:35.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:35.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:35.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:35.496 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:35.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:35.704 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:35.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:35.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:36.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:36.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:36.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:36.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:36.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:36.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:36.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) 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) 22:16:36.205 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 5,406,830,505,217,947,516 was not found. at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43) at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.lambda$update$1(DeviceConnectionServiceImpl.java:149) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.update(DeviceConnectionServiceImpl.java:149) at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.update(DeviceConnectionServiceImpl.java:57) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionIdRandomly(DeviceRegistrySteps.java:1161) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceConnection with id/name 5,406,830,505,217,947,516 was not found. When I try to modify the connection Id # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.changeConnectionIdRandomly() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:36.206 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:36.210 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Find a connection by its IDs # features/DeviceRegistryConnection.feature:118 22:16:36.230 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:36.231 [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 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:36.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:36.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:36.250 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:36.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:36.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:36.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:36.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:36.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:36.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:36.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:36.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:36.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:36.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:36.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:36.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:36.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:36.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:36.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:37.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:37.146 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:37.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:37.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I search for a connection by scope and connection IDs # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByScopeAndConnectionId() Then The connection details match # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List) 22:16:37.280 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:37.284 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: I try to find a non-existing connection # features/DeviceRegistryConnection.feature:132 22:16:37.303 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:37.304 [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 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:37.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:37.322 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:37.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:37.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:37.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:37.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:37.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:37.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:37.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:37.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:37.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:37.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:37.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:37.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:37.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:37.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:37.886 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:38.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:38.188 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:38.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:38.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:38.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:38.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:38.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:38.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I search for a random connection ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.searchForARandomConnectionId() Then No connection was found # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull() 22:16:38.326 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:38.330 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Find a connection by its client ID # features/DeviceRegistryConnection.feature:144 22:16:38.350 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:38.351 [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 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:38.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:38.369 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:38.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:38.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:38.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:38.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:38.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:38.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:38.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:38.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:38.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:38.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:38.592 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:38.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:38.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:38.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:38.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:39.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:39.234 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:39.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:39.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:39.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:39.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:39.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:39.364 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I search for a connection with the client ID "testClient3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) Then The connection details match # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List) 22:16:39.374 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:39.377 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Search for a non existent client ID # features/DeviceRegistryConnection.feature:161 22:16:39.396 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:39.398 [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 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:39.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:39.415 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:39.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:39.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:39.448 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:39.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:39.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:39.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:39.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:39.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:39.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:39.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:39.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:39.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:39.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:39.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:40.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:40.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:40.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:40.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:40.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:40.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:40.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:40.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I search for a connection with the client ID "nonexistentId" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) Then No connection was found # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull() 22:16:40.418 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:40.421 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: The Client ID is case sensitive # features/DeviceRegistryConnection.feature:176 22:16:40.440 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:40.441 [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 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:40.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:40.459 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:40.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:40.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:40.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:40.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:40.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:40.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:40.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:40.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:40.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:40.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:40.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:41.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:41.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:41.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:41.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:41.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:41.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:41.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:41.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:41.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:41.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) When I search for a connection with the client ID "TESTClient1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) Then No connection was found # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull() When I search for a connection with the client ID "testClient1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) Then The connection details match # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkConnectionDetails(java.util.List) 22:16:41.462 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:41.466 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Delete a connection from the database # features/DeviceRegistryConnection.feature:189 22:16:41.485 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:41.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 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:41.486 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:41.504 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:41.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:41.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:41.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:41.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:41.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:41.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:41.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:41.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:41.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:41.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:41.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:41.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:42.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:42.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:42.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:42.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:42.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:42.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:42.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:42.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:42.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:42.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:42.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) And I search for a connection with the client ID "testClient3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) And I delete the existing connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteExistingConnection() When I search for a connection with the client ID "testClient3" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findConnectionByClientId(java.lang.String) Then No connection was found # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkThatConnectionIsNull() 22:16:42.609 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:42.616 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Delete a non existing connection # features/DeviceRegistryConnection.feature:205 22:16:42.636 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:42.637 [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 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:42.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:42.655 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:42.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:42.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:42.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:42.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:42.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:42.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:42.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:42.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:42.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:42.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:42.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:42.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:43.171 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:43.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:43.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:43.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:43.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:43.563 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:43.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:43.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:43.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:43.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:43.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connection # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) 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) 22:16:43.649 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type deviceConnection with id/name 1,098,964,748,163,244,004 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:307) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:307) at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.lambda$delete$6(DeviceConnectionServiceImpl.java:218) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.connection.internal.DeviceConnectionServiceImpl.delete(DeviceConnectionServiceImpl.java:218) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteRandomConnection(DeviceRegistrySteps.java:1277) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type deviceConnection with id/name 1,098,964,748,163,244,004 was not found. When I try to delete a random connection ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteRandomConnection() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:43.650 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:43.654 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Generic connection query # features/DeviceRegistryConnection.feature:218 22:16:43.674 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:43.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 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:43.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:43.693 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:43.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:43.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:43.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:43.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:43.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:43.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:43.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:43.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:43.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:43.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:43.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:44.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:44.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:44.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:44.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:44.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:44.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:44.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:44.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:44.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:44.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:44.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:44.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given The User ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificUserId(java.lang.Integer) And Scope with ID 1 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And I have the following connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createConnections(java.util.List) 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) Then I find 5 connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkResultListLength(int) 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) Then I find 4 connections # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkResultListLength(int) 22:16:44.693 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:44.697 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceConnection @env_none Scenario: Connection Service factory sanity checks # features/DeviceRegistryConnection.feature:242 22:16:44.716 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:44.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 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:44.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:44.734 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:44.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:44.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:44.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:44.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:44.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:44.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:44.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:44.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:44.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:44.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:44.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:45.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:45.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:45.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:45.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:45.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:45.611 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:45.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:45.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Then All connection factory functions must return non null values # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.exerciseAllConnectionFactoryFunctions() 22:16:45.748 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:45.751 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/DeviceRegistryValidation.feature:23 22:16:45.777 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:16:45.777 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:16:45.778 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:16:45.778 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:16:45.778 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:16:45.781 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:16:45.782 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:16:45.791 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:16:45.797 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:16:45.819 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:16:45.819 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@7c6ff47 22:16:45.819 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:16:45.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 22:16:45.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:45.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 22:16:45.819 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 22:16:45.820 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 22:16:45.820 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:16:45.820 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:16:45.820 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:45.821 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:16:45.822 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:16:45.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:45.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:16:45.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:16:45.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:16:45.823 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:16:45.824 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:16:45.825 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a regular creator # features/DeviceRegistryValidation.feature:26 22:16:45.843 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:45.845 [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 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:45.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:45.862 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:45.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:45.896 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:45.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:45.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:45.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:45.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:46.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:46.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:46.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:46.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:46.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:46.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:46.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:46.413 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:46.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:46.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:46.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:46.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:46.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:46.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:46.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:46.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:46.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular device creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator() When I create a device from the existing creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:46.869 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:46.873 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null creator # features/DeviceRegistryValidation.feature:33 22:16:46.891 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:46.892 [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 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:46.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:46.915 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 22:16:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:46.948 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:46.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:46.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:47.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:47.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:47.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:47.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:47.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:47.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:47.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:47.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:47.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:47.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:47.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:47.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:47.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:47.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:47.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:47.907 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:47.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:47.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null device creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANullDeviceCreator() 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator. When I create a device from the existing creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:47.910 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:47.914 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device creator with a null scope ID # features/DeviceRegistryValidation.feature:41 22:16:47.936 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:47.937 [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 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:47.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:47.957 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:47.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:47.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:47.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:48.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:48.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:48.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:48.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:48.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:48.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:48.105 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:48.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:48.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:48.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:48.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:48.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:48.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:48.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:48.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular device creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator() 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) When I set the creator scope ID to null # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceCreatorScopeToNull() Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.scopeId. And I create a device from the existing creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:48.957 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:48.960 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device creator with a null client ID # features/DeviceRegistryValidation.feature:51 22:16:48.979 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:48.980 [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 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:48.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:48.997 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:49.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:49.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:49.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:49.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:49.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:49.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:49.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:49.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:49.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:49.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:49.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:49.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:49.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:49.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:49.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:49.788 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:49.851 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:49.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:49.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:49.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:49.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:49.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:49.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular device creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.prepareDefaultDeviceCreator() 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) When I set the creator client ID to null # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceCreatorClientToNull() Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceCreator.clientId. And I create a device from the existing creator # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createDeviceFromExistingCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:49.981 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:49.985 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device # features/DeviceRegistryValidation.feature:61 22:16:50.004 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:50.005 [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 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:50.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:50.030 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:50.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:50.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:50.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:50.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:50.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:50.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:50.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:50.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:50.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:50.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:50.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:50.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:50.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:50.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:50.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:50.894 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:50.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:51.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:51.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:51.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:51.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:51.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null device # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createANullDevice() 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) 22:16:51.025 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument device. at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76) at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateUpdatePreconditions(DeviceValidationImpl.java:277) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$update$1(DeviceRegistryServiceImpl.java:137) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:136) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.update(DeviceRegistryServiceImpl.java:49) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceParameters(DeviceRegistrySteps.java:719) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument device. When I update some device parameters # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.updateDeviceParameters() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:51.026 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:51.029 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a regular device search # features/DeviceRegistryValidation.feature:70 22:16:51.048 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:51.049 [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 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:51.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:51.067 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:51.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:51.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:51.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:51.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:51.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:51.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:51.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:51.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:51.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:51.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:51.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:51.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:51.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:51.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:51.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:51.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 15 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And The device ID "4321" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String) When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:52.079 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:52.083 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device search with a null device ID # features/DeviceRegistryValidation.feature:79 22:16:52.101 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:52.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 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:52.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:52.123 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:52.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:52.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:52.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:52.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:52.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:52.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:52.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:52.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:52.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:52.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:52.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:52.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:52.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:52.649 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:52.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:52.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:52.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:53.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:53.107 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 15 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And The device ID "null" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String) 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) 22:16:53.110 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument deviceId. at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76) at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateFindPreconditions(DeviceValidationImpl.java:469) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$find$2(DeviceRegistryServiceImpl.java:148) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:147) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:49) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId(DeviceRegistrySteps.java:573) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceId. When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:53.110 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:53.114 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device search with a null scope ID # features/DeviceRegistryValidation.feature:89 22:16:53.135 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:53.136 [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 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:53.136 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:53.153 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:53.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:53.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:53.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:53.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:53.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:53.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:53.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:53.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:53.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:53.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:53.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:53.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:53.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:53.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:53.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:53.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:53.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:54.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:54.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() And The device ID "4321" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String) 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) 22:16:54.119 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument scopeId. at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76) at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateFindPreconditions(DeviceValidationImpl.java:468) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$find$2(DeviceRegistryServiceImpl.java:148) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:147) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.find(DeviceRegistryServiceImpl.java:49) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId(DeviceRegistrySteps.java:573) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId. When I search for a device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithRememberedId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:54.120 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:54.123 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate deleting a device with a null device ID # features/DeviceRegistryValidation.feature:100 22:16:54.142 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:54.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 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:54.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:54.160 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:54.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:54.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:54.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:54.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:54.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:54.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:54.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:54.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:54.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:54.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:54.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:54.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:54.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:54.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:54.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:54.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:54.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:55.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:55.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 15 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) And The device ID "null" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String) 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) 22:16:55.125 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument deviceId. at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76) at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateDeletePreconditions(DeviceValidationImpl.java:531) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:191) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId(DeviceRegistrySteps.java:755) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument deviceId. When I delete the device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:55.126 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:55.129 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate deleting a device with a null scope ID # features/DeviceRegistryValidation.feature:110 22:16:55.148 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:55.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 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:55.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:55.167 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:55.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:55.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:55.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:55.228 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:55.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:55.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:55.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:55.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:55.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:55.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:55.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:55.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:55.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:55.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:55.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:55.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:56.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:56.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:56.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:56.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:56.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:56.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:56.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() And The device ID "4321" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.setDeviceId(java.lang.String) 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) 22:16:56.144 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaIllegalNullArgumentException: An illegal null value was provided for the argument scopeId. at org.eclipse.kapua.commons.util.ArgumentValidator.notNull(ArgumentValidator.java:76) at org.eclipse.kapua.service.device.registry.common.DeviceValidationImpl.validateDeletePreconditions(DeviceValidationImpl.java:530) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.lambda$delete$6(DeviceRegistryServiceImpl.java:191) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.device.registry.internal.DeviceRegistryServiceImpl.delete(DeviceRegistryServiceImpl.java:189) at org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId(DeviceRegistrySteps.java:755) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId. When I delete the device with the remembered ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.deleteDeviceWithRememberedId() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:56.145 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:56.148 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a regular device client search # features/DeviceRegistryValidation.feature:120 22:16:56.168 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:56.169 [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 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:56.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:56.186 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:56.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:56.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:56.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:56.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:56.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:56.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:56.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:56.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:56.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:56.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:56.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:56.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:56.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:56.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:57.038 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:57.086 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:57.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 42 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) When I search for a device with the client ID "test_client" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:16:57.170 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:57.174 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device client search with null scope # features/DeviceRegistryValidation.feature:128 22:16:57.192 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:57.193 [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 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:57.193 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:57.210 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:57.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:57.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:57.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:57.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:57.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:57.321 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:57.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:57.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:57.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:57.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:57.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:57.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:57.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:57.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:57.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:57.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:58.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:58.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:58.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:58.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:58.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:58.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:58.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument scopeId. When I search for a device with the client ID "test_client" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:58.186 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:58.189 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device client based search with a null client ID # features/DeviceRegistryValidation.feature:137 22:16:58.208 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:58.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 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:58.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:58.227 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:16:58.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:58.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:58.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:58.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:58.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:58.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:58.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:58.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:58.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:58.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:58.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:58.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:58.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:58.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:16:59.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:16:59.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:16:59.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:16:59.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:16:59.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:16:59.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:16:59.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:16:59.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 42 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument clientId. When I search for a device with the client ID "null" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:16:59.230 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:16:59.234 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device client based search with an empty client ID # features/DeviceRegistryValidation.feature:147 22:16:59.255 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:16:59.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 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:16:59.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:16:59.275 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:16:59.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:16:59.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:16:59.319 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:16:59.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:16:59.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:16:59.400 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:16:59.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:16:59.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:16:59.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:16:59.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:16:59.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:16:59.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:16:59.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:16:59.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:16:59.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:00.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:00.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:00.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:00.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:00.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:00.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:00.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:00.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given Scope with ID 42 # org.eclipse.kapua.qa.common.BasicSteps.setSpecificScopeId(java.lang.Integer) 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument clientId. When I search for a device with the client ID "" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.findDeviceWithClientId(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:00.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:00.263 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a regular device query # features/DeviceRegistryValidation.feature:156 22:17:00.281 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:00.282 [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 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:00.282 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:00.301 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:17:00.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:00.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:17:00.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:00.362 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:00.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:00.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:00.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:00.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:00.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:17:00.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:00.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:00.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:00.811 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:00.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:00.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:01.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:01.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:01.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:01.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:01.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:01.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:01.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:01.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularQuery() When I perform the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:01.287 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:01.291 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device query # features/DeviceRegistryValidation.feature:164 22:17:01.310 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:01.311 [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 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:01.311 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:01.330 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:17:01.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:01.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:17:01.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:01.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:01.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:01.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:01.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:01.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:01.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:17:01.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:01.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:01.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:01.823 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:01.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:01.869 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:02.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:02.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:02.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:02.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNullQuery() 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument query. When I perform the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:02.291 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:02.295 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a device query with a null Scope ID # features/DeviceRegistryValidation.feature:172 22:17:02.313 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:02.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 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:02.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:02.332 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:17:02.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:02.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:17:02.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:02.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:02.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:02.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:02.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:02.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:02.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:17:02.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:02.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:02.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:02.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:02.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:02.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:03.114 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:03.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:03.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:03.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A query with a null Scope ID # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createQueryWithNullScopeId() When I perform the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.queryForDevices() And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:03.304 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:03.308 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a regular device count # features/DeviceRegistryValidation.feature:180 22:17:03.326 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:03.327 [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 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:03.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:03.344 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:17:03.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:03.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:17:03.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:03.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:03.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:03.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:03.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:03.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:03.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:17:03.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:03.551 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:03.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:03.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:03.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:03.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:04.111 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:04.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:04.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:04.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:04.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:04.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:04.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:04.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createRegularQuery() When I count the devices based on the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countForDevices() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:04.307 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:04.310 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none Scenario: Validate a null device count # features/DeviceRegistryValidation.feature:188 22:17:04.329 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:04.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:04.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:04.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:04.329 [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 22:17:04.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:04.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:04.348 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:17:04.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:04.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:17:04.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:04.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:04.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:04.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:04.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:04.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:04.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:17:04.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:04.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:04.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:04.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:04.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:04.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:05.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:05.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:17:05.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:05.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:05.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:05.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:05.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:05.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNullQuery() 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument query. When I count the devices based on the remembered query # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.countForDevices() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:05.331 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:05.334 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @deviceRegistry @deviceRegistryValidation @env_none @teardown Scenario: Reset Security Context for all scenarios # features/DeviceRegistryValidation.feature:197 22:17:05.353 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:17:05.353 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 94.191 s - in org.eclipse.kapua.service.device.registry.test.RunDeviceRegistryUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-registry-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-registry-test' with 0 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-registry-test --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/kapua-device-registry-test-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-registry-test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-registry-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/device/registry/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-device-registry-test' with 0 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-device-registry-test-steps' with 17 classes [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes [INFO] Analyzed bundle 'kapua-service-client' with 9 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-registry-test --- [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-scheduler-quartz >-------------- [INFO] Building kapua-scheduler-quartz 2.1.0-SNAPSHOT [139/229] [INFO] from service/scheduler/quartz/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-quartz --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-quartz --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-quartz --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-quartz --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688226849 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/quartz' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-quartz --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-quartz --- [INFO] Copying 30 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-quartz --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-quartz --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-quartz --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-quartz --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-quartz --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-quartz --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-quartz --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-quartz --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/quartz/target/kapua-scheduler-quartz-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-quartz --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-quartz --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-job-internal >---------------- [INFO] Building kapua-job-internal 2.1.0-SNAPSHOT [140/229] [INFO] from service/job/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688229528 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-internal --- [INFO] Copying 42 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/develop-test/service/job/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/internal/target/kapua-job-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-internal --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-job-test-steps >--------------- [INFO] Building kapua-job-test-steps 2.1.0-SNAPSHOT [141/229] [INFO] from service/job/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688232309 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test-steps/target/kapua-job-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test-steps --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-job-test >------------------ [INFO] Building kapua-job-test 2.1.0-SNAPSHOT [142/229] [INFO] from service/job/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-job-test --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-job-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-job-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-job-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688234801 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/job/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/job/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-job-test --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-job-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/job/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-job-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-job-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-job-test --- [INFO] Copying 8 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-job-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/job/test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-job-test --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.job.test.RunJobUnitTest @jobs @jobService @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/JobService.feature:22 22:17:20.243 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:17:20.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:17:20.333 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:17:20.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:17:20.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:17:20.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:17:20.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:17:20.336 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:17:20.337 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:17:20.340 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:17:20.340 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:17:20.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:17:20.341 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:17:20.357 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:17:20.357 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:17:20.564 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:17:20.564 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:17:20.564 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:17:20.564 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:17:20.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:17:20.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:17:20.565 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:17:20.574 [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). 22:17:20.624 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:17:20.624 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:17:20.624 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:17:20.625 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:17:20.625 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:17:20.625 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:17:21.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:17:21.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:17:21.886 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:17:21.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:17:21.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:17:21.887 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:17:22.049 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:17:22.051 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:17:22.235 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:17:22.235 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:17:22.246 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:17:22.251 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:17:22.255 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:17:22.451 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:17:22.451 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:17:22.452 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:17:22.453 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:17:22.454 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:17:22.454 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:17:22.477 [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. 22:17:22.478 [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. 22:17:22.481 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:17:22.482 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:17:22.484 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 22:17:22.484 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 22:17:22.485 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:17:22.485 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:17:22.485 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 22:17:22.485 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 22:17:22.487 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 22:17:22.487 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 22:17:22.489 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 22:17:22.490 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 22:17:22.490 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:17:22.490 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:17:22.490 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 22:17:22.490 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator @jobs @jobService @env_none Scenario: Create a valid job entry # features/JobService.feature:25 22:17:22.547 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:22.970 [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 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:22.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:22.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:22.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:22.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:22.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:23.086 [main] INFO org.reflections.Reflections - Reflections took 34 ms to scan 11 urls, producing 322 keys and 332 values 22:17:23.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:23.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:23.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:25.344 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:25.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:25.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:25.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:25.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:26.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:26.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:26.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:26.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:26.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:26.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:27.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:27.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:27.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:28.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:28.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:28.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:29.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:29.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:29.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:29.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:29.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:29.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 22:17:29.317 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:17:29.319 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:17:29.341 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobN" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:29.665 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:29.684 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating a job with null name # features/JobService.feature:35 22:17:29.724 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:29.725 [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 22:17:29.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:29.757 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 22:17:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:29.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:29.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:29.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:29.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:30.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:30.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:30.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:30.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:30.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:30.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:30.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:30.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:30.820 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:30.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:30.932 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:31.369 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:31.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:31.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:31.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:32.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:32.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:32.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:32.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:32.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "" and description "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:32.142 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:32.156 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating a job with name only # features/JobService.feature:44 22:17:32.175 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:32.177 [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 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:32.177 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:32.226 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:32.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:32.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:32.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:32.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:32.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:32.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:32.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:32.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:32.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:32.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:32.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:32.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:32.658 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:32.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:33.123 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:33.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:33.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:33.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:33.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:33.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:34.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:34.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:34.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:34.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:34.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:34.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobN" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) And I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() When I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobN" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:34.274 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:34.286 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with too short name without description # features/JobService.feature:54 22:17:34.315 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:34.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:34.316 [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 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:34.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:34.343 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:34.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:34.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:34.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:34.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:34.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:34.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:34.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:34.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:34.641 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:34.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:34.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:34.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:34.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:34.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:35.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:35.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:35.222 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:35.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:35.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:35.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:36.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:36.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:36.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:36.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:36.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:36.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jo" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) 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. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:36.234 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:36.250 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with short name without description # features/JobService.feature:63 22:17:36.271 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:36.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:36.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:36.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:36.272 [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 22:17:36.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:36.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:36.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:36.319 [main] INFO org.reflections.Reflections - Reflections took 18 ms to scan 11 urls, producing 322 keys and 332 values 22:17:36.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:36.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:36.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:36.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:36.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:36.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:36.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:36.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:36.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:36.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:36.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:36.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:36.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:36.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:37.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:37.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:37.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:37.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:37.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:37.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:37.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:37.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:37.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:37.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:37.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:37.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "job" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "job" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:38.017 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:38.028 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with long name without description # features/JobService.feature:73 22:17:38.042 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:38.044 [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 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:38.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:38.069 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:38.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:38.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:38.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:38.153 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:38.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:38.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:38.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:38.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:38.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:38.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:38.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:38.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:38.430 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:38.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:38.796 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:38.828 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:38.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:39.160 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:39.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:39.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:39.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:39.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:39.801 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:39.823 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with too long name without description # features/JobService.feature:83 22:17:39.838 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:39.840 [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 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:39.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:39.868 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 22:17:39.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:39.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:39.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:39.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:39.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:40.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:40.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:40.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:40.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:40.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:40.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:40.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:40.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:40.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:40.617 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:40.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:40.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:40.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:41.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:41.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:41.442 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:41.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:41.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:41.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:41.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:41.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "JjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) 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. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:41.542 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:41.552 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with permitted symbols in name without description # features/JobService.feature:92 22:17:41.565 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:41.567 [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 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:41.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:41.593 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 22:17:41.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:41.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:41.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:41.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:41.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:41.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:41.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:41.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:41.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:41.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:42.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:42.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:42.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:42.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:42.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:42.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:42.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:43.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:43.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:43.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:43.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:43.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:43.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I try to create job with permitted symbols "-_" in name # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToCreateJobWithPermittedSymbolsInName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:43.231 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:43.242 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with invalid symbols in name without description # features/JobService.feature:99 22:17:43.257 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:43.259 [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 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:43.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:43.288 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:43.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:43.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:43.345 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:43.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:43.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:43.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:43.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:43.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:43.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:43.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:43.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:43.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:43.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:43.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:43.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:44.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:44.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:44.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:44.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:44.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:44.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:44.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName!. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName#. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName$. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName%. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName&. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName'. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName(. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName). Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName=. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName». Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÇ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName>. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName;. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName<. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName.. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName,. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName⁄. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName@. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‹. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName›. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName€. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName*. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameı. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName–. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName°. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName·. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‚. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName±. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameŒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName„. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‰. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName?. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName“. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName‘. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName”. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName’. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÉ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameØ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName∏. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName{. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName}. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName|. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÆ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameæ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÔ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÓ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÌ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÏ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÎ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÍ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobNameÅ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument jobCreator.name: jobName«. When I try to create job with invalid symbols "!#$%&'()=»Ç>:;<.,⁄@‹›€*ı–°·‚±Œ„‰?“‘”’ÉØ∏{}|ÆæÒÔÓÌÏÎÍÅ«" in name # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToCreateJobWithInvalidSymbolsInName(java.lang.String) And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:44.892 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:44.903 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job without name and without description # features/JobService.feature:107 22:17:44.926 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:44.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:44.928 [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 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:44.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:44.954 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:45.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:45.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:45.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:45.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:45.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:45.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:45.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:45.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:45.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:45.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:45.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:45.202 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:45.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:45.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:45.672 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:45.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:45.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:46.024 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:46.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:46.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:46.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:46.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:46.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:46.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:46.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:46.547 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:46.549 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:46.559 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with numbers in name without description # features/JobService.feature:116 22:17:46.572 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:46.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 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:46.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:46.598 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:17:46.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:46.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:46.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:46.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:46.703 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:46.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:46.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:46.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:46.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:46.837 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:46.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:46.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:46.925 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:47.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:47.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:47.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:47.332 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:47.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:47.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:47.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:48.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:48.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:48.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:48.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:48.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:48.124 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobName123" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobName123" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:48.132 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:48.141 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating unique job with non-unique description # features/JobService.feature:126 22:17:48.154 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:48.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 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:48.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:48.179 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:48.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:48.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:48.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:48.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:48.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:48.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:48.348 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:48.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:48.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:48.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:48.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:48.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:48.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:48.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:48.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:48.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:48.902 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:49.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:49.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:49.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:49.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:49.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:49.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:49.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:49.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:49.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() When I find a job with name "jobN" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobN1" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:49.732 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:49.740 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating non-unique job name with valid job description # features/JobService.feature:140 22:17:49.753 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:49.755 [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 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:49.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:49.778 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:49.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:49.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:49.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:49.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:49.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:49.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:49.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:49.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:50.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:50.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:50.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:50.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:50.110 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:50.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:50.444 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:50.471 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:50.501 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:50.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:50.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:51.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:51.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:51.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:51.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:51.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:51.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:51.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() 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) 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) 22:17:51.340 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name jobN already exists. at org.eclipse.kapua.service.job.internal.JobServiceImpl.lambda$create$0(JobServiceImpl.java:92) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.internal.JobServiceImpl.create(JobServiceImpl.java:87) at org.eclipse.kapua.service.job.internal.JobServiceImpl.create(JobServiceImpl.java:47) at org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator(JobServiceSteps.java:170) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name jobN already exists. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:51.342 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:51.352 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with short name and valid job description # features/JobService.feature:151 22:17:51.364 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:51.365 [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 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:51.365 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:51.390 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:51.450 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:51.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:51.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:51.535 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:51.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:51.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:51.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:51.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:51.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:51.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:51.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:51.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:52.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:52.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:52.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:52.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:52.439 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:52.638 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:52.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:52.875 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "job" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:52.883 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:52.891 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with too short name and valid description # features/JobService.feature:161 22:17:52.905 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:52.906 [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 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:52.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:52.932 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:52.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:52.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:52.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:53.017 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:53.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:53.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:53.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:53.134 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:53.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:53.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:53.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:53.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:53.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:53.401 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:53.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:53.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:53.655 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:53.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:53.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:54.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:54.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:54.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:54.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:54.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:54.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:54.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:54.436 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:54.444 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with long name and valid description # features/JobService.feature:170 22:17:54.457 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:54.458 [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 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:54.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:54.483 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:54.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:54.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:54.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:54.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:54.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:54.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:54.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:54.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:54.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:54.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:54.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:54.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:54.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:54.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:55.159 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:55.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:55.215 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:55.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:55.543 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:55.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:55.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:55.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:55.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:55.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:55.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:55.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjobNjob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:17:55.995 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:56.019 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with too long name and valid description # features/JobService.feature:180 22:17:56.030 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:56.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:56.031 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:56.032 [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 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:56.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:56.055 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:56.098 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:56.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:56.099 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:56.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:56.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:56.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:56.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:56.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:56.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:56.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:56.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:56.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:56.366 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:56.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:56.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:56.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:56.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:57.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:57.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:57.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:57.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:57.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:57.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:57.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:57.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:57.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) 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. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:57.520 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:57.527 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating a job without name with valid description # features/JobService.feature:189 22:17:57.539 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:57.541 [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 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:57.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:57.565 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:17:57.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:57.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:57.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:57.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:57.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:57.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:57.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:57.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:57.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:57.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:57.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:57.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:58.006 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:58.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:58.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:58.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:17:58.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:17:58.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:17:58.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:17:58.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:17:59.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:17:59.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:17:59.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:17:59.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:17:59.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "" and description "description" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobCreator.name. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:17:59.026 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:17:59.033 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating job with numbers in name and valid description # features/JobService.feature:198 22:17:59.045 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:17:59.046 [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 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:17:59.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:17:59.077 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 22:17:59.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:17:59.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:17:59.127 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:17:59.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:17:59.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:17:59.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:17:59.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:17:59.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:17:59.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:17:59.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:17:59.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:17:59.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:17:59.383 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:17:59.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:17:59.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:17:59.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:17:59.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:00.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:00.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:00.269 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:00.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:00.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobName123" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:00.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:00.518 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating unique job with short description # features/JobService.feature:208 22:18:00.531 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:00.532 [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 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:00.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:00.557 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 11 urls, producing 322 keys and 332 values 22:18:00.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:00.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:00.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:00.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:00.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:00.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:00.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:00.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:00.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:00.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:00.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:00.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:00.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:00.993 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:01.181 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:01.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:01.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:01.539 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:01.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:01.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:01.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:02.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:02.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:02.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:02.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:02.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with description "d" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:02.036 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:02.044 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Creating unique job with long description # features/JobService.feature:218 22:18:02.057 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:02.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 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:02.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:02.083 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:02.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:02.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:02.144 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:02.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:02.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:02.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:02.256 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:02.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:02.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:02.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:02.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:02.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:02.396 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:02.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:02.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:02.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:02.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:03.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:03.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:03.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:03.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:03.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:03.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:03.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:03.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:03.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:03.511 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:03.519 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to unique one # features/JobService.feature:228 22:18:03.531 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:03.532 [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 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:03.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:03.556 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:03.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:03.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:03.599 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:03.628 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:03.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:03.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:03.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:03.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:03.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:03.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:03.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:03.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:03.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:03.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:04.179 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:04.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:04.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:04.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:04.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:04.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:04.892 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:04.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:04.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:04.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:04.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:04.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then I change name of job from "jobName" to "jobName1" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String) And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobName1" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() Then I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() And There is no job with name "jobName" in database # org.eclipse.kapua.service.job.steps.JobServiceSteps.thereIsNoJobWithNameInDatabase(java.lang.String) 22:18:05.017 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:05.026 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to non-unique one # features/JobService.feature:241 22:18:05.038 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:05.040 [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 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:05.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:05.063 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:05.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:05.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:05.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:05.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:05.170 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:05.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:05.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:05.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:05.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:05.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:05.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:05.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:05.374 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:05.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:05.688 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:05.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:05.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:05.986 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:06.052 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:06.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:06.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:06.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:06.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:06.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:06.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:06.464 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() 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) And I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() 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) 22:18:06.477 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name jobName already exists. at org.eclipse.kapua.service.job.internal.JobServiceImpl.lambda$update$1(JobServiceImpl.java:119) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.internal.JobServiceImpl.update(JobServiceImpl.java:112) at org.eclipse.kapua.service.job.internal.JobServiceImpl.update(JobServiceImpl.java:47) at org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(JobServiceSteps.java:444) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name jobName already exists. When I change name of job from "jobName1" to "jobName" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String) And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:06.478 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:06.485 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to short one without description # features/JobService.feature:253 22:18:06.497 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:06.498 [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 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:06.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:06.530 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:06.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:06.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:06.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:06.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:06.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:06.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:06.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:06.709 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:06.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:06.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:06.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:06.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:06.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:06.960 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:07.150 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:07.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:07.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:07.458 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:07.526 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:07.711 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:07.846 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:07.941 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobName" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then I change name of job from "jobName" to "job" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String) And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "job" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:07.954 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:07.965 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to a too short one without description # features/JobService.feature:264 22:18:07.976 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:07.977 [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 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:07.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:08.001 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:08.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:08.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:08.055 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:08.085 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:08.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:08.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:08.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:08.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:08.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:08.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:08.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:08.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:08.303 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:08.429 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:08.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:08.634 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:08.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:08.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:08.982 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:09.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:09.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:09.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobName" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() 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) 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. Then I change name of job from "jobName" to "j" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeNameOfJobFromTo(java.lang.String,java.lang.String) And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:09.421 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:09.433 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to a long one without description # features/JobService.feature:274 22:18:09.446 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:09.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 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:09.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:09.470 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:09.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:09.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:09.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:09.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:09.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:09.602 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:09.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:09.656 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:09.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:09.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:09.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:09.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:09.768 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:09.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:10.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:10.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:10.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:10.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:10.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:10.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:10.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:10.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:10.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:10.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:10.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:10.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "jobName" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() Then I change the job name to "jobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.updateExistingJobName(java.lang.String) And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:10.930 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:10.937 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to a too long one without description # features/JobService.feature:285 22:18:10.948 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:10.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 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:10.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:10.972 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:11.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:11.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:11.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:11.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:11.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:11.104 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:11.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:11.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:11.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:11.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:11.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:11.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:11.284 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:11.414 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:11.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:11.623 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:11.648 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:11.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:11.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:12.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:12.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:12.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:12.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:12.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:12.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:12.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I prepare a job with name "JjobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejobNamejob" and description "" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iPrepareAJobWithNameAndDescription(java.lang.String,java.lang.String) 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) 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. When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:12.383 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:12.390 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to contain permitted symbols in name without description # features/JobService.feature:294 22:18:12.402 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:12.403 [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 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:12.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:12.427 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:12.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:12.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:12.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:12.498 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:12.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:12.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:12.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:12.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:12.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:12.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:12.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:12.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:12.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:12.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:13.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:13.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:13.088 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:13.327 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:13.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:13.581 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:13.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:13.802 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:13.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:13.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:13.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:13.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I try to update job name with permitted symbols "-_" in name # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToUpdateJobNameWithPermittedSymbolsInName(java.lang.String) And I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with name "jobName_" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithName(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:13.821 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:13.828 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job name to contain invalid symbols in name without description # features/JobService.feature:303 22:18:13.839 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:13.840 [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 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:13.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:13.861 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:13.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:13.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:13.903 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:13.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:13.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:13.988 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:14.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:14.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:14.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:14.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:14.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:14.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:14.151 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:14.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:14.451 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:14.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:14.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:14.742 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:14.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:14.995 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:15.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:15.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:15.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:15.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:15.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:15.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName!. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName#. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName$. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName%. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName&. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName'. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName(. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName). Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName=. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName». Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÇ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName>. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName:. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName;. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName<. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName.. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName,. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName⁄. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName@. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‹. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName›. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName€. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName*. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameı. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName–. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName°. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName·. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‚. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName±. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameŒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName„. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‰. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName?. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName“. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName‘. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName”. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName’. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÉ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameØ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName∏. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName{. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName}. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName|. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÆ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameæ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÔ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÓ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÌ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÏ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÎ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÍ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobNameÅ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument job.name: jobName«. When I try to update job name with invalid symbols "!#$%&'()=»Ç>:;<.,⁄@‹›€*ı–°·‚±Œ„‰?“‘”’ÉØ∏{}|ÆæÒÔÓÌÏÎÍÅ«" in name # org.eclipse.kapua.service.job.steps.JobServiceSteps.iTryToUpdateJobNameWithInvalidSymbolsInName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:15.356 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:15.363 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job description to unique one # features/JobService.feature:311 22:18:15.375 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:15.376 [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 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:15.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:15.398 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:15.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:15.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:15.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:15.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:15.489 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:15.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:15.548 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:15.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:15.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:15.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:15.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:15.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:15.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:16.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:16.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:16.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:16.502 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:16.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:16.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Then I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() When I change the job description from "jobDescription" to "description123" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeTheJobDescriptionFromTo(java.lang.String,java.lang.String) Then I find a job with description "description123" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:16.725 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:16.732 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job description to non-unique one # features/JobService.feature:321 22:18:16.743 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:16.744 [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 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:16.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:16.766 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:16.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:16.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:16.808 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:16.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:16.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:16.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:16.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:16.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:16.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:16.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:16.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:16.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:17.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:17.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:17.347 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:17.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:17.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:17.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:17.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:17.881 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:18.013 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:18.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:18.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:18.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:18.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:18.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() 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) And I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() When I change the job description from "jobDescription" to "jobDescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iChangeTheJobDescriptionFromTo(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:18.112 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:18.119 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job description to very short one # features/JobService.feature:332 22:18:18.131 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:18.132 [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 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:18.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:18.155 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:18.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:18.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:18.198 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:18.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:18.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:18.283 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:18.309 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:18.337 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:18.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:18.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:18.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:18.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:18.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:18.567 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:18.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:18.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:18.781 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:19.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:19.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:19.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:19.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:19.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:19.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:19.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:19.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:19.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) Then I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() And I change the job description to "j" # org.eclipse.kapua.service.job.steps.JobServiceSteps.updateExistingJobDescription(java.lang.String) Then I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() When I find a job with description "j" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:19.501 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:19.507 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none Scenario: Changing job description to the long one # features/JobService.feature:343 22:18:19.519 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:19.520 [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 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:19.520 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:19.521 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:19.543 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:19.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:19.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:19.587 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:19.614 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:19.630 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:19.667 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:19.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:19.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:19.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:19.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:19.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:19.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:19.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:19.951 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:20.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:20.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:20.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:20.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:20.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:20.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:20.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:20.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:20.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:20.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:20.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:20.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) And I create a new job entity from the existing creator # org.eclipse.kapua.service.job.steps.JobServiceSteps.createJobFromCreator() When I search for the job in the database # org.eclipse.kapua.service.job.steps.JobServiceSteps.findJobInDatabase() Then I find a job with description "descriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondescriptiondedescription" # org.eclipse.kapua.service.job.steps.JobServiceSteps.iFindAJobWithDescription(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:20.868 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:20.876 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobService @env_none @teardown Scenario: Reset Security Context for all scenarios # features/JobService.feature:354 22:18:20.896 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:18:20.896 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() @jobs @jobStepDefinition @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/JobStepDefinitionService.feature:24 22:18:20.924 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:18:20.924 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:18:20.926 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:18:20.926 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:18:20.926 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:18:20.930 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:18:20.931 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:18:20.933 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:18:20.946 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:18:20.960 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:18:20.960 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:18:20.966 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:18:20.966 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:18:20.966 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:18:20.967 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:18:20.970 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:18:21.104 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:18:21.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:18:21.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:18:21.105 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:18:21.106 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:18:21.106 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:18:21.108 [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. 22:18:21.108 [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. 22:18:21.110 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:18:21.110 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:18:21.111 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 22:18:21.111 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 22:18:21.111 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:18:21.111 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:18:21.112 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 22:18:21.112 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 22:18:21.112 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 22:18:21.112 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 22:18:21.113 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator @jobs @jobStepDefinition @env_none Scenario: Regular step definition creation # features/JobStepDefinitionService.feature:27 22:18:21.131 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:21.133 [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 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:21.133 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:21.164 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:21.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:21.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:21.207 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:21.242 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:21.262 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:21.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:21.338 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:21.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:21.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:21.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:21.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:21.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:21.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:21.822 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:22.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:22.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:22.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:22.472 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:22.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:22.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:22.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:22.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:22.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() When I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And The step definition entity matches the creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkTheStepDefinitionAgainstTheCreator() 22:18:22.598 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:22.614 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Regular step definition with a property list # features/JobStepDefinitionService.feature:36 22:18:22.632 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:22.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 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:22.633 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:22.656 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:22.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:22.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:22.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:22.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:22.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:22.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:22.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:22.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:22.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:22.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:22.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:22.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:22.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:23.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:23.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:23.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:23.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:23.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:23.613 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:23.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:23.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:24.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:24.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:24.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:24.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:24.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:18:24.026 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:24.033 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Step definition with a null scope ID # features/JobStepDefinitionService.feature:46 22:18:24.045 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:24.046 [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 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:24.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:24.069 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:24.120 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:24.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:24.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:24.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:24.164 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:24.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:24.224 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:24.250 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:24.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:24.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:24.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:24.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:24.353 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:24.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:24.643 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:24.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:24.689 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:24.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:24.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:25.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:25.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:25.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:25.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:25.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:25.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:25.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) Given I expect the exception "KapuaIllegalNullArgumentException" with the text "scopeId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.scopeId. When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:25.408 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:25.414 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Step definition with a null name # features/JobStepDefinitionService.feature:54 22:18:25.426 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:25.427 [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 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:25.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:25.450 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:25.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:25.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:25.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:25.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:25.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:25.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:25.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:25.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:25.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:25.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:25.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:26.025 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:26.049 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:26.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:26.317 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:26.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:26.562 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:26.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:26.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:26.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:26.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:26.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:26.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) And I set the step definition creator name to null # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.setDefinitionCreatorNameToNull() Given I expect the exception "KapuaIllegalNullArgumentException" with the text "name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.name. When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:26.781 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:26.792 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Step definition with an empty name # features/JobStepDefinitionService.feature:62 22:18:26.806 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:26.807 [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 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:26.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:26.839 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:26.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:26.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:26.879 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:26.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:26.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:26.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:26.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:27.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:27.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:27.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:27.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:27.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:27.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:27.239 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:27.404 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:27.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:27.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:27.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:27.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:27.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:28.066 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:28.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:28.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:28.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:28.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:28.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) Given I expect the exception "KapuaIllegalNullArgumentException" with the text "name" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument stepDefinitionCreator.name. When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:28.161 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:28.168 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Step definition with a duplicate name # features/JobStepDefinitionService.feature:69 22:18:28.179 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:28.180 [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 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:28.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:28.204 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:28.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:28.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:28.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:28.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:28.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:28.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:28.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:28.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:28.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:28.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:28.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:28.416 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:28.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:28.621 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:28.792 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:28.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:28.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:29.078 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:29.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:29.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:29.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:29.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:29.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:29.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:29.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:29.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() 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) 22:18:29.539 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameInAnotherAccountError: An entity with the same name TestDefinition already exists. at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$create$0(JobStepDefinitionServiceImpl.java:72) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:69) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.create(JobStepDefinitionServiceImpl.java:39) at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator(JobStepDefinitionServiceSteps.java:175) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameInAnotherAccountError with message: An entity with the same name TestDefinition already exists. And I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:29.540 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:29.547 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Delete a step definition # features/JobStepDefinitionService.feature:77 22:18:29.559 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:29.560 [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 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:29.560 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:29.590 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:29.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:29.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:29.646 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:29.675 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:29.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:29.726 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:29.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:29.774 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:29.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:29.803 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:29.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:29.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:29.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:29.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:30.166 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:30.190 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:30.214 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:30.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:30.517 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:30.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:30.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:30.910 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() When I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() And The step definition entity matches the creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkTheStepDefinitionAgainstTheCreator() When I delete the step definition # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition() And I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() Then There is no such step definition item in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkThatNoStepDefinitionWasFound() 22:18:30.922 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:30.930 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Delete a step definition twice # features/JobStepDefinitionService.feature:87 22:18:30.942 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:30.943 [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 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:30.943 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:30.968 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:31.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:31.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:31.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:31.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:31.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:31.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:31.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:31.137 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:31.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:31.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:31.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:31.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:31.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:31.371 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:31.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:31.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:31.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:31.833 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:31.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:32.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:32.196 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:32.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:32.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:32.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:32.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:32.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() When I delete the step definition # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition() Given I expect the exception "KapuaEntityNotFoundException" with the text "stepDefinition" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) 22:18:32.287 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 1,161,394,886,463,449,417 was not found. at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.lambda$delete$2(KapuaEntityJpaRepository.java:307) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.delete(KapuaEntityJpaRepository.java:307) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$delete$6(JobStepDefinitionServiceImpl.java:170) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.delete(JobStepDefinitionServiceImpl.java:170) at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition(JobStepDefinitionServiceSteps.java:231) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type stepDefinition with id/name 1,161,394,886,463,449,417 was not found. When I delete the step definition # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:32.288 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:32.295 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Update a step definition name # features/JobStepDefinitionService.feature:96 22:18:32.307 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:32.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 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:32.308 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:32.332 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:32.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:32.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:32.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:32.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:32.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:32.453 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:32.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:32.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:32.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:32.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:32.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:32.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:32.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:32.733 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:32.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:32.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:32.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:33.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:33.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:33.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:33.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:33.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:33.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:33.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:33.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:33.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() When I change the step definition name to "SomeRandomNewName" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() When I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() Then The step definition name is "SomeRandomNewName" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionName(java.lang.String) 22:18:33.651 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:33.658 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Update a step definition target type # features/JobStepDefinitionService.feature:105 22:18:33.669 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:33.670 [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 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:33.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:33.692 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:33.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:33.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:33.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:33.763 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:33.779 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:33.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:33.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:33.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:33.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:33.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:33.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:33.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:33.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:34.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:34.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:34.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:34.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:34.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:34.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:34.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:34.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:35.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:35.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:35.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:35.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:35.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() Then The step definition type is "TARGET" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionType(java.lang.String) When I change the step definition type to "GENERIC" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionType(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() When I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() Then The step definition type is "TARGET" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionType(java.lang.String) 22:18:35.017 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:35.024 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Update a step definition processor name # features/JobStepDefinitionService.feature:117 22:18:35.036 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:35.037 [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 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:35.037 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:35.059 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:35.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:35.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:35.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:35.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:35.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:35.176 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:35.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:35.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:35.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:35.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:35.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:35.255 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:35.330 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:35.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:35.610 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:35.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:35.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:35.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:35.994 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:36.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:36.294 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:36.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:36.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:36.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:36.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:36.378 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) And I set the step definition creator processor name to "SimpleProcessor" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.setDefinitionCreatorProcessorNameTo(java.lang.String) Then I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() When I change the step definition processor name to "AnotherProcessor" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionProcessor(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() When I search for the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.findTheExistingStepDefinitionInTheDatabase() Then The step definition processor name is "SimpleProcessor" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.checkStepDefinitionProcessorName(java.lang.String) 22:18:36.391 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:36.398 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Update a nonexistent step definition # features/JobStepDefinitionService.feature:129 22:18:36.416 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:36.417 [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 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:36.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:36.439 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:36.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:36.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:36.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:36.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:36.523 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:36.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:36.582 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:36.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:36.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:36.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:36.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:36.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:36.708 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:36.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:36.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:37.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:37.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:37.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:37.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:37.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:37.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:37.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:37.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:37.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:37.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:37.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A regular step definition creator with the name "TestDefinition" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.prepareARegularStepDefinitionCreator(java.lang.String) When I create a new step definition entity from the existing creator # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createAStepDefinitionFromTheCreator() When I delete the step definition # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.deleteExistingStepDefinition() Given I expect the exception "KapuaEntityNotFoundException" with the text "stepDefinition" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) 22:18:37.761 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type stepDefinition with id/name 3,544,929,536,721,052,456 was not found. at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.lambda$update$1(KapuaUpdatableEntityJpaRepository.java:43) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.commons.jpa.KapuaUpdatableEntityJpaRepository.update(KapuaUpdatableEntityJpaRepository.java:43) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.lambda$update$1(JobStepDefinitionServiceImpl.java:109) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:101) at org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionServiceImpl.update(JobStepDefinitionServiceImpl.java:39) at org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(JobStepDefinitionServiceSteps.java:243) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type stepDefinition with id/name 3,544,929,536,721,052,456 was not found. When I change the step definition name to "SomeRandomNewName" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.changeExistingStepDefinitionName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:37.762 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:37.769 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Count step definition items # features/JobStepDefinitionService.feature:138 22:18:37.781 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:37.782 [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 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:37.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:37.804 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:37.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:37.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:37.847 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:37.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:37.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:37.924 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:37.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:37.973 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:38.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:38.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:38.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:38.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:38.079 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:38.197 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:38.361 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:38.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:38.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:38.639 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:38.698 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:38.871 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:38.996 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:39.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:39.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:39.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:39.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:39.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create 10 step definition items # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.createANumberOfStepDefinitions(java.lang.Integer) When I count the step definition in the database # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.countStepDefinitionInDatabase() Then I count 10 # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int) 22:18:39.101 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:39.116 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none Scenario: Step definition factory sanity checks # features/JobStepDefinitionService.feature:144 22:18:39.128 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:39.129 [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 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:39.129 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:39.150 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:39.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:39.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:39.191 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:39.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:39.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:39.268 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:39.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:39.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:39.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:39.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:39.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:39.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:39.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:39.546 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:39.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:39.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:39.762 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:39.997 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:40.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:40.248 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:40.376 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:40.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:40.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:40.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:40.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:40.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I test the sanity of the step definition factory # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.testTheStepDefinitionFactory() 22:18:40.465 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:40.471 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepDefinition @env_none @teardown Scenario: Reset Security Context for all scenarios # features/JobStepDefinitionService.feature:149 22:18:40.484 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:18:40.484 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() @jobs @jobStepService @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/JobStepService.feature:21 22:18:40.504 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:18:40.505 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:18:40.506 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:18:40.506 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:18:40.506 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:18:40.509 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:18:40.511 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:18:40.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:18:40.527 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:18:40.527 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:18:40.529 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:18:40.529 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:18:40.530 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:18:40.530 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:18:40.532 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:18:40.632 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:18:40.632 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:18:40.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:18:40.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:18:40.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:18:40.633 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:18:40.635 [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. 22:18:40.635 [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. 22:18:40.636 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:18:40.636 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:18:40.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.JobStepService from MockedLocator 22:18:40.636 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.JobStepFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.targets.JobTargetService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.targets.JobTargetFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.job.engine.JobEngineService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.job.engine.JobEngineFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.step.definition.JobStepDefinitionService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.step.definition.JobStepDefinitionFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.JobService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.JobFactory from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.job.execution.JobExecutionService from MockedLocator 22:18:40.637 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.job.execution.JobExecutionFactory from MockedLocator @jobs @jobStepService @env_none Scenario: JobStepService.create # features/JobStepService.feature:24 22:18:40.652 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:40.654 [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 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:40.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:40.677 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:40.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:40.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:40.721 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:40.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:40.770 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:40.807 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:40.834 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:40.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:40.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:40.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:40.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:40.898 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:40.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:41.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:41.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:41.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:41.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:41.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:41.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:41.797 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:41.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:42.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:42.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:42.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:42.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:42.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then I look for the last JobStep # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForLastJobStep() And The JobStep matches the creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator() 22:18:42.040 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:42.050 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.create scopeId null # features/JobStepService.feature:41 22:18:42.061 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:42.062 [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 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:42.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:42.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:42.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:42.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:42.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:42.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:42.085 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:42.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:42.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:42.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:42.169 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:42.187 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:42.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:42.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:42.280 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:42.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:42.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:42.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:42.313 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:42.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:42.512 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:42.683 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:42.706 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:42.729 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:42.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:43.034 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:43.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:43.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:43.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:43.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:43.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:43.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:43.422 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A null scope # org.eclipse.kapua.qa.common.BasicSteps.setNullScope() 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) Given I expect the exception "KapuaIllegalNullArgumentException" with the text "scopeId" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument jobStepCreator.scopeId. When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:43.427 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:43.434 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update name # features/JobStepService.feature:54 22:18:43.446 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:43.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 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:43.447 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:43.469 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 11 urls, producing 322 keys and 332 values 22:18:43.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:43.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:43.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:43.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:43.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:43.588 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:43.612 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:43.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:43.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:43.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:43.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:43.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:43.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:43.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:44.026 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:44.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:44.074 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:44.314 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:44.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:44.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:44.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:44.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:44.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:44.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:44.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:44.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() When I update the JobStep.name to "TestStep2" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateJobStepName(java.lang.String) And I query for a JobStep with the name "TestStep2" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iQueryForJobStepWithName(java.lang.String) Then I count 1 # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int) 22:18:44.788 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:44.794 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex forward # features/JobStepService.feature:70 22:18:44.809 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:44.810 [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 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:44.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:44.832 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:44.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:44.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:44.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:44.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:44.915 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:44.949 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:44.974 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:44.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:45.027 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:45.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:45.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:45.028 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:45.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:45.223 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:45.395 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:45.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:45.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:45.668 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:45.728 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:45.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:46.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:46.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:46.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:46.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:46.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:46.121 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() When I look for the JobStep with name "TestStep1" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) 22:18:46.164 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 22:18:46.164 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 0 22:18:46.166 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep3 to index 1 And I update the JobStep.stepIndex to 2 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateStepIndex(java.lang.Integer) And I look for the JobStep with name "TestStep2" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 0 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) And I look for the JobStep with name "TestStep3" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 1 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) And I look for the JobStep with name "TestStep1" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 2 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) 22:18:46.174 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:46.181 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.update stepIndex backward # features/JobStepService.feature:99 22:18:46.193 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:46.194 [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 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:46.194 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:46.235 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:46.276 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:46.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:46.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:46.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:46.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:46.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:46.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:46.407 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:46.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:46.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:46.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:46.441 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:46.518 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:46.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:46.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:46.840 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:46.864 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:47.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:47.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:47.341 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:47.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:47.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:47.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:47.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:47.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:47.558 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() When I look for the JobStep with name "TestStep3" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) 22:18:47.595 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Got 2 steps to move 22:18:47.596 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep1 to index 1 22:18:47.597 [main] WARN o.e.k.s.j.s.i.JobStepServiceImpl - Moving step named TestStep2 to index 2 And I update the JobStep.stepIndex to 0 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iUpdateStepIndex(java.lang.Integer) And I look for the JobStep with name "TestStep3" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 0 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) And I look for the JobStep with name "TestStep1" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 1 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) And I look for the JobStep with name "TestStep2" # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForJobStepWithName(java.lang.String) Then The JobStep.stepIndex is 2 # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepMatchesCreator(int) 22:18:47.622 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:47.629 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.count # features/JobStepService.feature:128 22:18:47.641 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:47.642 [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 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:47.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:47.665 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:47.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:47.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:47.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:47.731 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:47.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:47.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:47.804 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:47.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:47.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:47.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:47.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:47.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:47.933 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:48.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:48.213 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:48.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:48.257 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:48.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:48.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:48.713 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:48.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:48.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:48.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:48.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:48.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:48.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() When I count the JobSteps in the current scope # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCountJobStepInCurrentScope() Then I count 3 # org.eclipse.kapua.qa.common.BasicSteps.checkCountResult(int) 22:18:48.948 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:48.955 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete # features/JobStepService.feature:151 22:18:48.966 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:48.967 [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 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:48.967 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:48.990 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 11 urls, producing 322 keys and 332 values 22:18:49.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:49.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:49.036 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:49.061 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:49.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:49.108 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:49.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:49.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:49.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:49.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:49.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:49.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:49.254 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:49.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:49.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:49.561 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:49.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:49.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:49.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:50.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:50.172 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:50.252 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:50.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() When I delete the last JobStep # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep() And I look for the last JobStep # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iLookForLastJobStep() Then The JobStep is not found # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.checkJobStepNotFound() 22:18:50.274 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:50.281 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: JobStepService.delete non-existing # features/JobStepService.feature:167 22:18:50.292 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:50.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 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:50.293 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:50.315 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 11 urls, producing 322 keys and 332 values 22:18:50.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:50.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:50.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:50.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:50.398 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:50.431 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:50.459 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:50.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:50.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:50.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:50.716 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:50.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:50.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:50.929 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:51.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:51.225 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:51.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:51.530 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:51.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:51.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:51.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:51.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:51.615 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) 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) 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) And I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() And I delete the last JobStep # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep() Given I expect the exception "KapuaEntityNotFoundException" with the text "jobStep" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) 22:18:51.634 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaEntityNotFoundException: The entity of type jobStep with id/name 3,882,320,166,332,946,524 was not found. at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$8(JobStepServiceImpl.java:318) at java.base/java.util.Optional.orElseThrow(Optional.java:408) at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.lambda$delete$11(JobStepServiceImpl.java:318) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.job.step.internal.JobStepServiceImpl.delete(JobStepServiceImpl.java:315) at org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep(JobStepServiceSteps.java:306) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaEntityNotFoundException with message: The entity of type jobStep with id/name 3,882,320,166,332,946,524 was not found. When I delete the last JobStep # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iDeleteLastJobStep() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:18:51.634 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:51.641 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none Scenario: Step factory sanity checks # features/JobStepService.feature:183 22:18:51.652 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:18:51.653 [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 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:18:51.653 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:18:51.674 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 11 urls, producing 322 keys and 332 values 22:18:51.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:18:51.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 6 22:18:51.725 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:18:51.751 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:18:51.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:18:51.801 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.pre.xml... 22:18:51.827 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.pre.xml... 22:18:51.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:18:51.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:18:51.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:18:51.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 10 22:18:51.883 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:18:51.957 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:18:52.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:18:52.244 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:18:52.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:18:52.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:18:52.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:18:52.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-job-master.xml... 22:18:52.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-scheduler-master.xml... 22:18:52.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:18:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:18:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:18:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:18:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:18:52.969 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I test the JobStepFactory # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.testTheStepFactory() 22:18:52.970 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:18:52.976 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @jobs @jobStepService @env_none @teardown Scenario: Reset Security Context for all scenarios # features/JobStepService.feature:187 22:18:52.988 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:18:52.988 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 95.513 s - in org.eclipse.kapua.service.job.test.RunJobUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 62, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-job-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/job/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-job-test' with 0 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-job-test --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/job/test/target/kapua-job-test-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-job-test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-job-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/job/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-job-test' with 0 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-job-internal' with 50 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] Analyzed bundle 'kapua-scheduler-quartz' with 40 classes [INFO] Analyzed bundle 'kapua-job-test-steps' with 8 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-job-test --- [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-tag-test-steps >--------------- [INFO] Building kapua-tag-test-steps 2.1.0-SNAPSHOT [143/229] [INFO] from service/tag/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688334309 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test-steps/target/kapua-tag-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test-steps --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-tag-test >------------------ [INFO] Building kapua-tag-test 2.1.0-SNAPSHOT [144/229] [INFO] from service/tag/test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-tag-test --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-tag-test --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-tag-test --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-tag-test --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688336171 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/tag/test' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/tag/test [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-tag-test --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-tag-test --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/tag/test/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-tag-test --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-tag-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-tag-test --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-tag-test --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/tag/test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-tag-test --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.service.tag.test.RunTagUnitTest @tag @env_none @setup @KapuaProperties("locator.class.impl=org.eclipse.kapua.qa.common.MockedLocator") Scenario: Initialize test environment # features/TagService.feature:23 22:19:01.319 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... 22:19:01.332 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:19:01.382 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: H2 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:19:01.384 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:mem: 22:19:01.387 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: localhost:9200 22:19:01.387 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:19:01.388 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:19:01.388 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for embedded environment... DONE 22:19:01.402 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:19:01.402 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.qa.common.MockedLocator... 22:19:01.425 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:19:01.426 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:19:01.426 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:19:01.426 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:19:01.426 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:19:01.426 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:19:01.719 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:19:01.719 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: N/A 22:19:01.719 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:19:01.719 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:19:01.720 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:19:01.720 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:19:01.720 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:19:01.730 [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). 22:19:02.921 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:19:02.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:02.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:02.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:02.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:02.922 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:02.942 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:19:02.943 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:02.943 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:02.943 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:02.943 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:02.943 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:02.989 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:19:02.989 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:02.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:02.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:02.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:02.990 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:03.021 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:19:03.021 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:03.021 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:03.021 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:03.021 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:03.022 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:03.032 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:03.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:19:03.044 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:19:03.044 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:19:03.044 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:19:03.044 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:19:03.044 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:19:03.165 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:19:03.167 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:19:03.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:19:03.343 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:19:03.355 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:19:03.359 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.mfa.MfaOptionService from MockedLocator 22:19:03.364 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:19:03.620 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:19:03.621 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:19:03.622 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.certificate.info.CertificateInfoFactory from MockedLocator 22:19:03.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.certificate.info.CertificateInfoService from MockedLocator 22:19:03.623 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.token.AccessTokenService from MockedLocator 22:19:03.624 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:19:03.645 [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. 22:19:03.645 [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. 22:19:03.649 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:19:03.649 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:19:03.652 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:19:03.652 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:19:03.653 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.packages.DevicePackageManagementService from MockedLocator 22:19:03.653 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:19:03.653 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.configuration.DeviceConfigurationManagementService from MockedLocator 22:19:03.654 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.bundle.DeviceBundleManagementService from MockedLocator 22:19:03.654 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.command.DeviceCommandManagementService from MockedLocator 22:19:03.654 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.command.DeviceCommandFactory from MockedLocator 22:19:03.655 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:19:03.655 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.asset.DeviceAssetManagementService from MockedLocator 22:19:03.657 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:19:03.657 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementService from MockedLocator 22:19:03.657 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.management.keystore.DeviceKeystoreManagementFactory from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.DeviceFactory from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.connection.DeviceConnectionService from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.connection.DeviceConnectionFactory from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.event.DeviceEventService from MockedLocator 22:19:03.659 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.device.registry.event.DeviceEventFactory from MockedLocator 22:19:03.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.KapuaMessageFactory from MockedLocator 22:19:03.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.message.device.lifecycle.KapuaLifecycleMessageFactory from MockedLocator 22:19:03.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.lifecycle.DeviceLifeCycleService from MockedLocator 22:19:03.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:19:03.660 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:19:03.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.tag.TagService from MockedLocator 22:19:03.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.tag.TagFactory from MockedLocator 22:19:03.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.group.GroupService from MockedLocator 22:19:03.661 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.group.GroupFactory from MockedLocator 22:19:03.662 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:19:03.662 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:19:03.662 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:19:03.662 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:19:03.663 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:19:03.663 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:19:03.663 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:19:03.664 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:19:03.664 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator 22:19:03.668 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.registry.DeviceRegistryService from MockedLocator 22:19:03.668 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.device.management.inventory.DeviceInventoryManagementService from MockedLocator 22:19:03.669 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.AuthenticationService from MockedLocator 22:19:03.669 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.CredentialsFactory from MockedLocator 22:19:03.670 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.account.AccountService from MockedLocator 22:19:03.670 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.account.AccountFactory from MockedLocator 22:19:03.670 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.user.UserService from MockedLocator 22:19:03.670 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.user.UserFactory from MockedLocator 22:19:03.671 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authorization.access.AccessInfoService from MockedLocator 22:19:03.671 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.access.AccessInfoFactory from MockedLocator 22:19:03.671 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked service org.eclipse.kapua.service.authentication.credential.CredentialService from MockedLocator 22:19:03.671 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authentication.credential.CredentialFactory from MockedLocator 22:19:03.672 [main] INFO o.e.kapua.qa.common.MockedLocator - Getting mocked factory org.eclipse.kapua.service.authorization.permission.PermissionFactory from MockedLocator @tag @env_none Scenario: Creating Unique Tag Without Description # features/TagService.feature:26 22:19:03.752 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:04.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 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:04.167 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:04.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:04.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:04.168 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:04.289 [main] INFO org.reflections.Reflections - Reflections took 35 ms to scan 10 urls, producing 269 keys and 278 values 22:19:04.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:04.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:04.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:06.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:06.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:06.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:06.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:06.978 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:06.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:06.979 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:07.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:07.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:08.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:08.584 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:08.671 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:09.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:09.436 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:09.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:09.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:09.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:09.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:09.757 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:09.758 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 22:19:09.824 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:19:09.826 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:19:09.848 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. Given A tag with name "Tag123" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String) When Tag with name "Tag123" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:10.167 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:10.180 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Non-unique Tag Without Description # features/TagService.feature:33 22:19:10.230 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:10.231 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:10.232 [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 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:10.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:10.266 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 22:19:10.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:10.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:10.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:10.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:10.434 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:10.522 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:10.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:10.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:10.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:10.577 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:10.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:11.040 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:11.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:11.480 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:11.544 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:11.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:12.135 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:12.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:12.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:12.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:12.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:12.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:12.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When I create tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String) 22:19:12.419 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag123 already exists. at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$create$0(TagServiceImpl.java:92) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.tag.internal.TagServiceImpl.create(TagServiceImpl.java:86) at org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(TagServiceSteps.java:142) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag123 already exists. And I create tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:12.425 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:12.434 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Short Name Without Description # features/TagService.feature:41 22:19:12.461 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:12.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:12.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:12.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:12.463 [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 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:12.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:12.490 [main] INFO org.reflections.Reflections - Reflections took 8 ms to scan 10 urls, producing 269 keys and 278 values 22:19:12.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:12.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:12.545 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:12.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:12.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:12.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:12.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:12.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:12.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:12.722 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:12.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:13.048 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:13.377 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:13.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:13.476 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:13.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:13.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:14.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:14.229 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:14.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:14.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:14.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:14.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A tag with name "abc" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String) When Tag with name "abc" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "abc" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:14.243 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:14.250 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Too Short Name Without Description # features/TagService.feature:48 22:19:14.277 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:14.279 [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 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:14.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:14.318 [main] INFO org.reflections.Reflections - Reflections took 22 ms to scan 10 urls, producing 269 keys and 278 values 22:19:14.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:14.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:14.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:14.399 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:14.428 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:14.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:14.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:14.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:14.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:14.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:14.654 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:14.854 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:15.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:15.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:15.163 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:15.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:15.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:15.700 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:15.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:15.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:15.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:15.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:15.818 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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. When I create tag with name "a" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:15.824 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:15.832 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Long Name Without Description # features/TagService.feature:55 22:19:15.859 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:15.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 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:15.860 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:15.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:15.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:15.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:15.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:15.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:15.883 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:19:15.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:15.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:15.940 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:15.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:15.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:16.059 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:16.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:16.100 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:16.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:16.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:16.199 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:16.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:16.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:16.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:16.717 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:17.053 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:17.138 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:17.200 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:17.335 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String) When Tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Y5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:17.348 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:17.355 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Too Long Name Without Description # features/TagService.feature:62 22:19:17.380 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:17.381 [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 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:17.381 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:17.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:17.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:17.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:17.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:17.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:17.418 [main] INFO org.reflections.Reflections - Reflections took 20 ms to scan 10 urls, producing 269 keys and 278 values 22:19:17.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:17.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:17.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:17.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:17.509 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:17.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:17.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:17.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:17.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:17.593 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:17.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:17.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:18.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:18.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:18.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:18.485 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:18.573 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:18.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:18.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:18.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:18.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:18.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:18.748 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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. When I create tag with name "aY5gJ7o5XPkLBBFttelFa6tKTfF2G905xbQL7MTpoKcW8hDnXUORC0Rv0z6MJm1vKZPt6Wm6EB7RiJrP0D0hi28R2272J5inIlA7KiDxSKljwX4N7zW8RK7fwhUkwemA5qyF2DQ2DncXTUxsyAlXhh9qIJ43cPC7lSWyTNUFnMshYlLtB2ArnXPgLDQLooJlfdn6qbwTnNUOxML0OYrVoV1spfsZQEYsmFk9r53mfLajIfxDeHtoEShDxnHL4fgh" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:18.753 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:18.759 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Permitted Symbols In Name Without Description # features/TagService.feature:69 22:19:18.784 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:18.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 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:18.785 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:18.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:18.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:18.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:18.786 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:18.820 [main] INFO org.reflections.Reflections - Reflections took 17 ms to scan 10 urls, producing 269 keys and 278 values 22:19:18.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:18.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:18.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:18.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:18.917 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:18.959 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:19.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:19.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:19.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:19.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:19.122 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:19.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:19.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:19.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:19.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:19.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:19.922 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:19.980 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:20.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:20.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:20.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:20.076 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:20.077 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A tag with name "Tag-12_3" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String) When Tag with name "Tag-12_3" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag-12_3" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:20.087 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:20.093 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Invalid Symbols In Name Without Description # features/TagService.feature:76 22:19:20.124 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:20.125 [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 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:20.125 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:20.148 [main] INFO org.reflections.Reflections - Reflections took 7 ms to scan 10 urls, producing 269 keys and 278 values 22:19:20.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:20.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:20.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:20.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:20.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:20.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:20.322 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:20.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:20.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:20.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:20.425 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:20.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:20.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:20.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:20.873 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:21.219 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:21.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:21.368 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:21.469 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:21.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:21.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:21.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:21.470 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaIllegalArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag!. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag". Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag#. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag$. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag%. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag&. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag'. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag(. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag). Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag=. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag». Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÇ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag>. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag:. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag;. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag<. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag.. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag,. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag⁄. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag@. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‹. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag›. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag€. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag*. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagı. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag–. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag°. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag·. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‚. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag±. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagŒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag„. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‰. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag?. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag“. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag‘. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag”. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag’. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÉ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagØ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag∏. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag{. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag}. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag|. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÆ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagæ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÒ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÔ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÓ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÌ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÏ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÎ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÍ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÅ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag«. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag◊. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÑ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagˆ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag¯. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: TagÈ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tagˇ. Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag¿. When I try to create tags with that include invalid symbols in name # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithInvalidSymbols() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:21.492 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:21.498 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag Without a Name And Without Description # features/TagService.feature:83 22:19:21.536 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:21.537 [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 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:21.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:21.559 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:19:21.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:21.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:21.601 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:21.642 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:21.664 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:21.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:21.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:21.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:21.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:21.755 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:21.852 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:21.998 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:22.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:22.232 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:22.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:22.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:22.627 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:22.684 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:22.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:22.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:22.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:22.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:22.794 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "Exception" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tagCreator.name. When I create tag with name "" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithoutDescription(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:22.798 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:22.804 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Numbers In Name Without Description # features/TagService.feature:90 22:19:22.834 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:22.835 [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 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:22.835 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:23.013 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:19:23.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:23.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:23.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:23.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:23.102 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:23.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:23.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:23.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:23.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:23.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:23.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:23.443 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:23.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:23.677 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:23.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:24.003 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:24.083 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:24.145 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:24.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:24.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:24.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:24.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:24.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A tag with name "0123456789" is created # org.eclipse.kapua.service.tag.steps.TagServiceSteps.creatingTagWithName(java.lang.String) When Tag with name "0123456789" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "0123456789" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:24.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:24.264 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Unique Tag With Unique Description # features/TagService.feature:97 22:19:24.288 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:24.289 [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 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:24.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:24.320 [main] INFO org.reflections.Reflections - Reflections took 6 ms to scan 10 urls, producing 269 keys and 278 values 22:19:24.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:24.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:24.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:24.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:24.417 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:24.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:24.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:24.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:24.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:24.490 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:24.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:24.743 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:24.977 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:25.021 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:25.050 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:25.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:25.403 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:25.462 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:25.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:25.568 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:25.573 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Unique Tag With Non-unique Description # features/TagService.feature:104 22:19:25.595 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:25.596 [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 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:25.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:25.622 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:25.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:25.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:25.657 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:25.687 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:25.707 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:25.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:25.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:25.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:25.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:25.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:25.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:26.015 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:26.206 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:26.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:26.267 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:26.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:26.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:26.681 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:26.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:26.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:26.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:26.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:26.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag123" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) And I create tag with name "Tag456" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Tag with name "Tag123" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:26.784 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:26.790 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Non-Unique Tag With Valid Description # features/TagService.feature:112 22:19:26.818 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:26.819 [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 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:26.819 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:26.839 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:26.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:26.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:26.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:26.904 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:26.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:26.968 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:27.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:27.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:27.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:27.005 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:27.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:27.240 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:27.454 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:27.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:27.528 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:27.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:27.916 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:27.971 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:28.065 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaDuplicateNameException" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) When I create tag with name "Tag123" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) 22:19:28.074 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag123 already exists. at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$create$0(TagServiceImpl.java:92) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.tag.internal.TagServiceImpl.create(TagServiceImpl.java:86) at org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(TagServiceSteps.java:130) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag123 already exists. And I create tag with name "Tag123" and description "Description1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:28.076 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:28.081 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Short Name With Valid Description # features/TagService.feature:120 22:19:28.102 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:28.103 [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 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:28.103 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:28.128 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:28.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:28.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:28.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:28.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:28.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:28.247 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:28.281 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:28.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:28.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:28.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:28.723 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:28.749 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:29.022 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:29.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:29.141 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:29.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:29.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:29.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:29.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:29.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When Tag with name "Tag" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:29.242 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:29.247 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Too Short Name With Valid Description # features/TagService.feature:127 22:19:29.270 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:29.271 [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 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:29.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:29.295 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:29.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:29.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:29.342 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:29.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:29.392 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:29.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:29.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:29.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:29.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:29.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:29.552 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:29.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:29.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:29.936 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:29.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:30.285 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:30.373 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:30.426 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:30.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:30.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:30.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:30.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:30.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "Exception" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) 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. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:30.545 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:30.550 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Long Name With Valid Description # features/TagService.feature:134 22:19:30.572 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:30.574 [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 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:30.574 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:30.632 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:19:30.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:30.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:30.665 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:30.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:30.727 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:30.764 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:30.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:30.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:30.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:30.798 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:30.884 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:31.042 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:31.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:31.273 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:31.302 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:31.572 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:31.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:31.692 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:31.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:31.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:31.783 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:31.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:31.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When Tag with name "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:31.795 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:31.799 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Too Long Name With Valid Description # features/TagService.feature:141 22:19:31.828 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:31.829 [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 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:31.829 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:31.850 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:31.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:31.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:31.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:31.934 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:31.953 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:31.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:32.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:32.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:32.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:32.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:32.112 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:32.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:32.438 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:32.465 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:32.491 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:32.754 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:32.825 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:32.876 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:32.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:32.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:32.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:32.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:32.970 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:32.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:32.979 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Permitted Symbols In Name With Valid Description # features/TagService.feature:148 22:19:33.000 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:33.001 [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 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:33.001 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:33.023 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:33.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:33.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:33.064 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:33.093 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:33.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:33.152 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:33.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:33.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:33.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:33.186 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:33.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:33.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:33.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:33.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:33.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:33.906 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:33.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:34.023 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:34.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:34.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:34.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:34.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:34.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) When Tag with name "Tag_12-3" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag_12-3" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:34.124 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:34.128 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Invalid Symbols In Name With Valid Description # features/TagService.feature:155 22:19:34.148 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:34.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 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:34.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:34.169 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:34.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:34.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:34.203 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:34.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:34.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:34.295 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:34.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:34.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:34.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:34.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:34.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:34.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:34.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:34.767 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:34.793 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:35.051 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:35.119 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:35.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:35.261 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "Exception" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tagCreator.name: Tag@123. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:35.265 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:35.269 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag Without a Name And With Valid Description # features/TagService.feature:162 22:19:35.290 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:35.291 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:35.292 [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 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:35.292 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:35.317 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 10 urls, producing 269 keys and 278 values 22:19:35.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:35.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:35.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:35.382 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:35.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:35.445 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:35.478 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:35.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:35.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:35.479 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:35.559 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:35.693 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:35.874 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:35.900 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:35.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:36.192 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:36.266 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:36.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:36.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:36.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:36.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:36.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:36.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I expect the exception "KapuaIllegalNullArgumentException" # org.eclipse.kapua.qa.common.BasicSteps.iExpectTheException(java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tagCreator.name. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:36.426 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:36.431 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Tag With Numbers In Name With Valid Description # features/TagService.feature:169 22:19:36.451 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:36.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 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:36.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:36.472 [main] INFO org.reflections.Reflections - Reflections took 5 ms to scan 10 urls, producing 269 keys and 278 values 22:19:36.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:36.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:36.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:36.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:36.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:36.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:36.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:36.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:36.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:36.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:36.710 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:36.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:37.030 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:37.056 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:37.082 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:37.340 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:37.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:37.461 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:37.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:37.549 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:37.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:37.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:37.550 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) And Tag with name "0123456789" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "0123456789" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:37.560 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:37.564 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Unique Tag With Short Description # features/TagService.feature:176 22:19:37.584 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:37.585 [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 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:37.585 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:37.616 [main] INFO org.reflections.Reflections - Reflections took 15 ms to scan 10 urls, producing 269 keys and 278 values 22:19:37.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:37.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:37.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:37.680 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:37.697 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:37.739 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:37.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:37.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:37.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:37.772 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:37.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:37.987 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:38.178 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:38.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:38.230 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:38.488 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:38.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:38.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:38.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:38.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:38.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:38.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:38.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag123" and description "a" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Tag with name "Tag123" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:38.709 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:38.716 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Creating Unique Tag With Long Description # features/TagService.feature:183 22:19:38.736 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:38.737 [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 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:38.737 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:38.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:38.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:38.738 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:38.757 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:38.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:38.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:38.795 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:38.824 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:38.841 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:38.878 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:38.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:38.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:38.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:38.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:38.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:39.128 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:39.320 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:39.346 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:39.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:39.632 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:39.699 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:39.753 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:39.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:39.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:39.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:39.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:39.856 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag123" and description "oAB7rpR552NlNY0TV8G4h7pikTASljfgRzc50ZSXBX5finW69LHoExMG3gyYpOeboQ01plWuF74qrYT2fvgtjmpLVn7UkbAVWvok7kDodu3rJGqaHIIBIxdAm1FhoWM0sc9ROSeEyv0RV1WVH2Fey4eVFf5aqG3T6hSwUNpJFblaZvfLoh3f9aBPNibEsVFSmqvJwdH3Vi1q8NHfv3hlTUxZidLCphUSTGaB8Yecp7mJJXVM1OwXCpiOcyGc5Uj" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Tag with name "Tag123" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:39.865 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:39.869 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To Unique One # features/TagService.feature:190 22:19:39.917 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:39.918 [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 22:19:39.918 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:39.919 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:39.939 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:39.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:39.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:39.976 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:40.008 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:40.029 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:40.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:40.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:40.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:40.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:40.101 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:40.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:40.318 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:40.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:40.565 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:40.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:40.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:40.931 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:40.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:41.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:41.071 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:41.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:41.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:41.072 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Name of tag "Tag1" is changed into "Tag2" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) And Tag with name "Tag2" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag2" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then Tag with name "Tag1" is not found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String) 22:19:41.098 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:41.117 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To Non-Unique One # features/TagService.feature:200 22:19:41.138 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:41.139 [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 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:41.139 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:41.159 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:41.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:41.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:41.195 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:41.226 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:41.243 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:41.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:41.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:41.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:41.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:41.312 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:41.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:41.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:41.719 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:41.745 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:41.775 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:42.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:42.106 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:42.162 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:42.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:42.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:42.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:42.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:42.249 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) And I create tag with name "Tag2" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) 22:19:42.262 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing org.eclipse.kapua.KapuaDuplicateNameException: An entity with the same name Tag1 already exists. at org.eclipse.kapua.service.tag.internal.TagServiceImpl.lambda$update$1(TagServiceImpl.java:121) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.tag.internal.TagServiceImpl.update(TagServiceImpl.java:116) at org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(TagServiceSteps.java:275) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Exception raised as expected: KapuaDuplicateNameException with message: An entity with the same name Tag1 already exists. When Name of tag "Tag2" is changed into "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:42.263 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:42.267 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To Short One Without Description # features/TagService.feature:209 22:19:42.286 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:42.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:42.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:42.287 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:42.288 [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 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:42.288 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:42.315 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 10 urls, producing 269 keys and 278 values 22:19:42.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:42.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:42.350 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:42.379 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:42.397 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:42.435 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:42.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:42.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:42.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:42.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:42.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:42.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:42.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:42.885 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:42.911 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:43.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:43.238 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:43.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:43.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:43.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:43.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:43.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:43.380 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Name of tag "Tag1" is changed into "abc" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) And Tag with name "abc" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "abc" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then Tag with name "Tag1" is not found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String) 22:19:43.396 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:43.400 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To a Too Short One Without Description # features/TagService.feature:219 22:19:43.419 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:43.420 [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 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:43.420 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:43.440 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:43.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:43.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:43.475 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:43.506 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:43.524 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:43.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:43.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:43.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:43.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:43.597 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:43.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:43.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:43.992 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:44.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:44.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:44.301 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:44.367 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:44.418 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:44.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:44.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:44.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:44.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:44.503 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) 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. When Tag name is changed into name "a" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagNameIsChangedIntoName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:44.510 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:44.514 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To a Long One Without Description # features/TagService.feature:227 22:19:44.533 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:44.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 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:44.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:44.553 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:44.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:44.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:44.591 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:44.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:44.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:44.673 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:44.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:44.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:44.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:44.705 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:44.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:44.909 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:45.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:45.115 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:45.140 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:45.410 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:45.481 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:45.533 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:45.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:45.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:45.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:45.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:45.626 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Name of tag "Tag1" is changed into "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) And Tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then Tag with name "Tag1" is not found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String) 22:19:45.643 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:45.647 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To a Too Long One Without Description # features/TagService.feature:237 22:19:45.668 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:45.669 [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 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:45.669 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:45.690 [main] INFO org.reflections.Reflections - Reflections took 4 ms to scan 10 urls, producing 269 keys and 278 values 22:19:45.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:45.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:45.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:45.760 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:45.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:45.815 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:45.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:45.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:45.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:45.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:45.927 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:46.057 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:46.236 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:46.263 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:46.290 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:46.541 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:46.606 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:46.661 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:46.746 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:46.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:46.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:46.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:46.747 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) 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. When Name of tag "Tag1" is changed into "aYXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:46.755 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:46.759 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To Contain Permitted Symbols In Name Without Description # features/TagService.feature:245 22:19:46.779 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:46.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 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:46.780 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:46.799 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:46.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:46.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:46.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:46.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:46.887 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:46.923 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:46.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:46.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:46.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:46.955 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:47.033 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:47.189 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:47.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:47.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:47.482 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:47.740 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:47.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:47.858 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:47.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:47.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:47.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:47.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:47.945 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Tag name is changed into name "T-a-g_1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagNameIsChangedIntoName(java.lang.String) And Tag with name "T-a-g_1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "T-a-g_1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:47.958 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:47.962 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Name To Contain Invalid Symbols In Name Without Description # features/TagService.feature:253 22:19:47.982 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:47.983 [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 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:47.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:48.002 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:48.045 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:48.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:48.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:48.075 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:48.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:48.142 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:48.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:48.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:48.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:48.175 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:48.258 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:48.391 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:48.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:48.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:48.629 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:48.882 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:48.954 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:49.004 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:49.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:49.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:49.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:49.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:49.089 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) Exception raised as expected: KapuaIllegalArgumentException with message: An illegal value was provided for the argument tag.name: Tag@1#2?*=)3. 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) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:49.098 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:49.102 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Tag's Name And Leaving It Empty Without Description # features/TagService.feature:261 22:19:49.129 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:49.130 [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 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:49.130 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:49.148 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:49.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:49.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:49.182 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:49.210 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:49.227 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:49.265 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:49.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:49.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:49.296 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:49.297 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:49.372 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:49.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:49.666 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:49.690 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:49.715 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:49.956 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:50.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:50.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:50.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:50.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:50.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:50.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:50.149 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! When I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) Given I expect the exception "KapuaIllegalNullArgumentException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: KapuaIllegalNullArgumentException with message: An illegal null value was provided for the argument tag.name. When Name of tag "Tag1" is changed into "" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:19:50.158 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:50.162 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Editing Tag's Name To Contain Numbers Without Description # features/TagService.feature:269 22:19:50.182 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:50.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 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:50.183 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:50.201 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:50.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:50.245 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:50.246 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:50.272 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:50.289 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:50.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:50.356 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:50.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:50.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:50.357 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:50.432 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:50.557 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:50.765 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:50.791 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:50.816 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:51.062 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:51.126 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:51.174 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:51.259 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:51.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:51.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:51.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:51.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Name of tag "Tag1" is changed into "Tag0123456789" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.nameOfTagIsChangedInto(java.lang.String,java.lang.String) And Tag with name "Tag0123456789" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag0123456789" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then Tag with name "Tag1" is not found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameNotFound(java.lang.String) 22:19:51.274 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:51.278 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Description To Unique One # features/TagService.feature:279 22:19:51.299 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:51.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 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:51.300 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:51.324 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:51.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:51.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:51.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:51.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:51.402 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:51.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:51.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:51.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:51.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:51.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:51.542 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:51.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:51.845 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:51.870 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:51.895 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:52.148 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:52.212 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:52.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:52.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:52.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:52.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:52.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:52.363 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 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) 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) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:52.383 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:52.387 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Tag's Description To Non-Unique One # features/TagService.feature:289 22:19:52.407 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:52.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 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:52.408 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:52.427 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:52.460 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:52.487 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:52.504 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:52.538 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:52.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:52.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:52.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:52.570 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:52.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:52.773 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:52.947 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:52.972 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:52.999 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:53.237 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:53.304 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:53.352 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:53.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:53.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:53.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:53.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:53.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! 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) 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) And Description of tag "Tag2" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:53.447 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:53.451 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Short Name # features/TagService.feature:297 22:19:53.472 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:53.473 [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 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:53.473 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:53.491 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:53.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:53.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:53.525 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:53.553 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:53.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:53.604 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:53.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:53.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:53.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:53.635 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:53.714 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:53.836 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:54.010 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:54.035 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:54.058 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:54.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:54.359 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:54.406 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:54.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:54.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:54.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:54.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:54.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "abc" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When Description of tag "abc" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:54.504 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:54.508 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Long Name # features/TagService.feature:304 22:19:54.528 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:54.529 [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 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:54.529 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:54.547 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:54.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:54.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:54.580 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:54.608 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:54.625 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:54.663 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:54.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:54.694 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:54.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:54.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:54.771 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:54.893 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:55.067 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:55.092 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:55.117 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:55.358 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:55.419 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:55.474 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:55.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:55.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:55.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:55.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:55.555 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" and description "Description" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Description of tag "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String) And Tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "YXZb6s4L1f6Xk9J23S5RcNcH4Befzk4fg1fDi0PkIbCGtaIN50lWeklthY7Ngo06ss6lmUcqaHiChWjXYdqlcn1UMyqCHcuP4eG0qc9h7a9FLlnXgiFvcAQfvki8iwTPVEdEpBzOWZoWEssb9v966k0tSeQye4yxFC2FyR2SlNZTW06D0krB6zjKa8k5t1BJ2HbJwj5cp8Gsabjyk8lEtlMBeDLqCJv3ik3MZhySD1UvXMkWpOPZoixik8tCBHX" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:55.571 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:55.575 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Permitted Symbols In Name # features/TagService.feature:312 22:19:55.595 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:55.596 [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 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:55.596 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:55.615 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:55.652 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:55.679 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:55.696 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:55.730 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:55.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:55.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:55.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:55.759 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:55.832 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:55.952 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:56.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:56.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:56.180 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:56.421 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:56.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:56.531 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:56.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:56.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:56.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:56.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:56.624 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "T_a_g-1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:56.635 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:56.639 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Numbers In Name # features/TagService.feature:319 22:19:56.659 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:56.660 [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 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:56.660 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:56.679 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:56.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:56.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:56.734 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:56.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:56.776 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:56.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:56.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:56.843 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:56.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:56.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:56.920 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:57.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:57.218 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:57.241 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:57.264 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:57.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:57.566 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:57.618 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:57.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:57.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:57.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:57.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:57.695 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag123" and description "Description" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Description of tag "Tag123" is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() When Tag with name "Tag123" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) 22:19:57.708 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:57.712 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Short Description # features/TagService.feature:328 22:19:57.731 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:57.732 [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 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:57.732 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:57.750 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:57.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:57.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:57.782 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:57.809 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:57.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:57.859 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:57.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:57.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:57.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:57.889 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:57.963 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:58.087 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:58.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:58.277 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:58.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:58.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:58.600 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:58.645 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:58.724 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" and description "a" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Description of tag "Tag1" is changed into "b" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.descriptionOfTagIsChangedInto(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:58.735 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:58.739 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Changing Description On Tag With Long Description # features/TagService.feature:335 22:19:58.765 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:58.766 [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 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:58.766 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:58.784 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:58.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:58.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:58.817 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:58.844 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:58.861 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:58.897 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:19:58.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:19:58.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:19:58.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:19:58.930 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:19:59.011 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:19:59.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:19:59.305 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:19:59.329 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:19:59.354 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:19:59.605 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:19:59.670 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:19:59.720 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:19:59.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:19:59.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:19:59.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:19:59.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:19:59.805 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" and description "mrZ4vBeOJbGkSlfzSHMY3Dj7gLO3E5SZFrtv7X4RF5LX1OWhRhBaRPubBJSglhS9ueguyStqJOcDs49mMVyuM2E08aPxcAMasSi6KWXmRcQaXl99oyFTScQT4ILK7I7EKuWFArivwLZkEPeK52OKnZjLxer8WGQ88CDqrooUUYt0lIOytrAGftGBO69DcIEjFrs73Mgyec0MvKkVeYYQ3dzDez2tGHPRTx19TVxHGtem52JOT6H7g0I3eGX5Ju0" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsCreatedWithDescription(java.lang.String,java.lang.String) When Tag description is changed into "Description 123" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagDescriptionIsChangedInto(java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:19:59.815 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:19:59.819 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting existing tag # features/TagService.feature:342 22:19:59.838 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:19:59.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 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:19:59.839 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:19:59.858 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:19:59.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:19:59.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:19:59.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:19:59.928 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:19:59.944 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:19:59.983 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:00.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:00.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:00.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:00.016 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:00.090 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:00.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:00.384 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:00.409 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:00.433 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:00.674 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:00.735 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:00.784 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:00.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:00.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:00.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:00.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:00.865 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) And I delete tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String) And I delete tag with name "Tag2" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String) When Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then No tag was found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.checkNoTagWasFound() When Tag with name "Tag2" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then No tag was found # org.eclipse.kapua.service.tag.steps.TagServiceSteps.checkNoTagWasFound() 22:20:00.884 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:00.889 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Non-Existent Tag # features/TagService.feature:354 22:20:00.907 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:00.908 [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 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:00.908 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:00.926 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:00.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:00.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:00.962 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:00.991 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:01.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:01.046 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:01.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:01.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:01.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:01.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:01.165 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:01.299 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:01.483 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:01.507 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:01.532 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:01.778 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:01.842 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:01.890 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:01.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:01.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:01.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:01.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:01.975 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I delete tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String) And Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Given I expect the exception "NullPointerException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: NullPointerException with message: null When I delete tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:20:01.993 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:02.000 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Existing Tag And Creating It Again With Same Name # features/TagService.feature:364 22:20:02.019 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:02.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 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:02.020 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:02.038 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:02.070 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:02.097 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:02.113 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:02.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:02.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:02.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:02.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:02.184 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:02.260 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:02.385 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:02.554 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:02.578 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:02.603 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:02.848 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:02.912 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:02.964 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:03.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:03.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:03.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:03.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:03.044 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I delete tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.deleteTagWithName(java.lang.String) And I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) And Tag with name "Tag1" is searched # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIfSearched(java.lang.String) Then I find a tag with name "Tag1" # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameIsFound(java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:03.057 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:03.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Regular Tag Without Description To Device # features/TagService.feature:374 22:20:03.080 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:03.081 [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 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:03.081 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:03.098 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:20:03.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:03.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:03.131 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:03.157 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:03.173 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:03.205 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:03.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:03.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:03.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:03.235 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:03.307 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:03.427 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:03.595 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:03.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:03.644 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:03.877 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:03.942 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:03.989 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:04.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:04.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:04.068 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:04.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:04.069 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given I create tag with name "Tag123" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 22:20:04.093 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:20:04.094 [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. 22:20:04.095 [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. And I create a device with name "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iCreateADeviceWithName(java.lang.String) When I assign tag "Tag123" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "Tag123" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:04.166 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:04.171 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Tag With Long Name Without Description To Device # features/TagService.feature:383 22:20:04.219 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:04.220 [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 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:04.220 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:04.237 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:04.270 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:04.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:04.271 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:04.298 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:04.316 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:04.351 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:04.423 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:04.511 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:04.637 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:04.810 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:04.838 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:04.862 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:05.095 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:05.154 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:05.201 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:05.279 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I assign tag "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "FxJpmQN9CU3ruFCAGtPDmKymN88CK7rn5L1AAYH184hCaxEpJsOQWKc3ACV2Gw44yWFz0o74rnsCabGHmX7azzplDPAe4mVYmHGLnMmlliQUpljJYB5i1Wq4flevCI8lIjZQ7UT7ll6I2C4eqvhXmt4GOD50bhiLzMDDZJeXXC8IjCidnz60QmbzUxpRC1YP8MQqosesjER2xm4jPrk3eH0egSwxvnPCeAWTXtSHeejOFVKLL78IW1xlhXkbOCh" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:05.302 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:05.306 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Tag With Short Name Without Description To Device # features/TagService.feature:392 22:20:05.325 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:05.325 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:05.326 [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 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:05.326 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:05.343 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:05.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:05.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:05.375 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:05.405 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:05.424 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:05.463 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:05.492 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:05.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:05.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:05.493 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:05.568 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:05.685 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:05.857 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:05.880 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:05.905 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:06.143 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:06.204 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:06.253 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:06.339 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "abc" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I assign tag "abc" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "abc" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:06.362 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:06.367 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Tag With Special Symbols Without Description To Device # features/TagService.feature:401 22:20:06.386 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:06.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 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:06.387 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:06.419 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:06.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:06.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:06.457 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:06.484 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:06.500 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:06.534 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:06.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:06.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:06.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:06.564 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:06.640 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:06.761 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:06.935 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:06.958 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:06.981 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:07.217 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:07.278 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:07.328 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:07.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:07.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:07.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:07.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:07.412 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "T-a-g_1_" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) 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) 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) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:07.432 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:07.436 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Tag With Numbers Without Description To Device # features/TagService.feature:410 22:20:07.454 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:07.455 [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 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:07.455 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:07.473 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:07.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:07.505 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:07.514 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:07.540 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:07.556 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:07.589 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:07.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:07.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:07.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:07.619 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:07.691 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:07.813 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:07.985 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:08.009 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:08.032 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:08.275 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:08.336 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:08.388 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:08.467 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:08.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:08.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:08.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:08.468 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "Tag1234567890" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I assign tag "Tag1234567890" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "Tag1234567890" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:08.487 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:08.491 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Deleting Tag From Device # features/TagService.feature:419 22:20:08.518 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:08.519 [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 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:08.519 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:08.537 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:08.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:08.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:08.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:08.594 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:08.609 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:08.647 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:08.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:08.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:08.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:08.676 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:08.750 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:08.872 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:09.039 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:09.063 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:09.091 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:09.323 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:09.390 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:09.437 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:09.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:09.515 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:09.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:09.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:09.516 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I assign tag "Tag1" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "Tag1" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() Given I unassign tag "Tag1" from device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iUnassignTagNamedFromDevice(java.lang.String,java.lang.String) Then Tag "Tag1" is not assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagWithNameIsNotAssignedToDevice(java.lang.String,java.lang.String) 22:20:09.546 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:09.549 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding Previously Deleted Tag From Device Again # features/TagService.feature:432 22:20:09.568 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:09.569 [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 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:09.569 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:09.586 [main] INFO org.reflections.Reflections - Reflections took 2 ms to scan 10 urls, producing 269 keys and 278 values 22:20:09.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:09.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:09.636 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:09.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:09.678 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:09.712 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:09.744 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:09.821 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:09.937 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:10.109 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:10.132 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:10.155 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:10.389 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:10.452 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:10.499 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:10.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:10.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:10.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:10.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:10.579 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I create tag with name "Tag1" without description # org.eclipse.kapua.service.tag.steps.TagServiceSteps.tagWithNameWithoutDescriptionIsCreated(java.lang.String) When I assign tag "Tag1" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then Tag "Tag1" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) And No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() Given I unassign tag "Tag1" from device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iUnassignTagNamedFromDevice(java.lang.String,java.lang.String) When Tag "Tag1" is not assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagWithNameIsNotAssignedToDevice(java.lang.String,java.lang.String) Given I assign tag "Tag1" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) And Tag "Tag1" is assigned to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.tagIsAssignedToDevice(java.lang.String,java.lang.String) Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:20:10.628 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:10.632 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none Scenario: Adding "Empty" Tag To Device # features/TagService.feature:449 22:20:10.650 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - =================== KapuaLiquibaseClient Configuration =================== 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Liquibase Version: 3.6.3 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | DB connection info 22:20:10.651 [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 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Username: kapua 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Password: ****** 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Schema: kapuadb 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Timestamp(3) fix info (eclipse/kapua#2889) 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Force timestamp fix: false 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - | Apply timestamp fix: true 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - ================================================================================== 22:20:10.651 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... 22:20:10.669 [main] INFO org.reflections.Reflections - Reflections took 3 ms to scan 10 urls, producing 269 keys and 278 values 22:20:10.701 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... 22:20:10.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 4 22:20:10.702 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.pre.xml... 22:20:10.736 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-databasechangelog-fields-update-master.pre.xml... 22:20:10.752 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-event-store-master.pre.xml... 22:20:10.789 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-system-configurations-master.pre.xml... 22:20:10.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing pre master files... DONE! 22:20:10.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... 22:20:10.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 9 22:20:10.826 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-account-master.xml... 22:20:10.899 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authentication-master.xml... 22:20:11.019 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-authorization-master.xml... 22:20:11.185 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-datastore-master.xml... 22:20:11.209 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-management-master.xml... 22:20:11.233 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device-master.xml... 22:20:11.477 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-device_management_registry-master.xml... 22:20:11.537 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-tag-master.xml... 22:20:11.583 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing liquibase script: /tmp/kapua-liquibase/changelog-user-master.xml... 22:20:11.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing master files... DONE! 22:20:11.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... 22:20:11.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Master Liquibase files found: 0 22:20:11.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Executing post master files... DONE! 22:20:11.662 [main] INFO o.e.k.c.l.KapuaLiquibaseClient - Running Liquibase scripts... DONE! Given A device named "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.createNamedDevice(java.lang.String) And I expect the exception "NullPointerException" with the text "*" # org.eclipse.kapua.qa.common.BasicSteps.setExpectedExceptionDetails(java.lang.String,java.lang.String) Exception raised as expected: NullPointerException with message: null When I assign tag "Tag1" to device "Device1" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.iAssignTagNamedToDevice(java.lang.String,java.lang.String) Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() 22:20:11.671 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... 22:20:11.675 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database drop... DONE @tag @env_none @teardown Scenario: Reset Security Context for all scenarios # features/TagService.feature:458 22:20:11.694 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 22:20:11.694 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE Given Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 73.021 s - in org.eclipse.kapua.service.tag.test.RunTagUnitTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 54, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-tag-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-tag-test' with 0 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-tag-test --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/tag/test/target/kapua-tag-test-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-tag-test --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-tag-test --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/service/tag/test/target/jacoco.exec [INFO] Analyzed bundle 'kapua-tag-test' with 0 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-tag-test-steps' with 1 classes [INFO] Analyzed bundle 'kapua-qa-common' with 45 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-job-engine-commons' with 15 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-simulator-kura' with 93 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] Analyzed bundle 'kapua-device-registry-test-steps' with 17 classes [INFO] Analyzed bundle 'kapua-broker-artemis-plugin' with 32 classes [INFO] Analyzed bundle 'kapua-service-client' with 9 classes [INFO] Analyzed bundle 'kapua-device-management-job-api' with 6 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-tag-test --- [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-endpoint >------------------ [INFO] Building kapua-endpoint 2.1.0-SNAPSHOT [145/229] [INFO] from service/endpoint/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688413099 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint --- [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-endpoint-api >---------------- [INFO] Building kapua-endpoint-api 2.1.0-SNAPSHOT [146/229] [INFO] from service/endpoint/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688413148 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/api/target/kapua-endpoint-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-api --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-rest-api >------------------ [INFO] Building kapua-rest-api 2.1.0-SNAPSHOT [147/229] [INFO] from rest-api/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688414446 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api --- [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-rest-api-core >---------------- [INFO] Building kapua-rest-api-core 2.1.0-SNAPSHOT [148/229] [INFO] from rest-api/core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-core --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-core --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-core --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-core --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/core [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688414840 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/core' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/core [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-core --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-core --- [INFO] Copying 1 resource [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-core --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/develop-test/rest-api/core/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-core --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-core --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/develop-test/rest-api/core/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-core --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.app.api.core.auth.KapuaTokenAuthenticationFilterTest 22:20:19.987 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:20:19.991 [main] INFO org.eclipse.kapua.locator.KapuaLocator - initializing locator class org.eclipse.kapua.app.api.core.auth.MockitoLocator... [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s - in org.eclipse.kapua.app.api.core.auth.KapuaTokenAuthenticationFilterTest [INFO] Running org.eclipse.kapua.app.api.core.model.StorableEntityIdTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.app.api.core.model.StorableEntityIdTest [INFO] Running org.eclipse.kapua.app.api.core.model.EntityIdTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.kapua.app.api.core.model.EntityIdTest [INFO] Running org.eclipse.kapua.app.api.core.model.CountResultTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.app.api.core.model.CountResultTest [INFO] Running org.eclipse.kapua.app.api.core.model.MetricTypeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.kapua.app.api.core.model.MetricTypeTest [INFO] Running org.eclipse.kapua.app.api.core.model.message.JsonKapuaPayloadTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.kapua.app.api.core.model.message.JsonKapuaPayloadTest [INFO] Running org.eclipse.kapua.app.api.core.model.DateParamTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.kapua.app.api.core.model.DateParamTest [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonMessageListResultTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.kapua.app.api.core.model.data.JsonMessageListResultTest [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonKapuaDataMessageTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.kapua.app.api.core.model.data.JsonKapuaDataMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonMessageQueryTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.kapua.app.api.core.model.data.JsonMessageQueryTest [INFO] Running org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.kapua.app.api.core.model.data.JsonDatastoreMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.device.management.JsonGenericResponseMessageTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.kapua.app.api.core.model.device.management.JsonGenericResponseMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.device.management.JsonGenericRequestMessageTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.kapua.app.api.core.model.device.management.JsonGenericRequestMessageTest [INFO] Running org.eclipse.kapua.app.api.core.model.ByteArrayParamTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.app.api.core.model.ByteArrayParamTest [INFO] Running org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest 22:20:20.476 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.kapua.app.api.core.exception.SessionNotPopulatedExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest 22:20:20.480 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.480 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.481 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.481 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.481 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.481 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:20:20.482 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. 22:20:20.514 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for code: SESSION_NOT_POPULATED. A generic error message will be printed. 22:20:20.515 [main] WARN org.eclipse.kapua.ExceptionMessageUtils - Could not load exception messages for null code. A generic error message will be printed. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.kapua.app.api.core.exception.RestApiRuntimeExceptionTest [INFO] Running org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.kapua.app.api.core.KapuaSerializableBodyWriterTest [INFO] Running org.eclipse.kapua.app.api.core.resources.AbstractKapuaResourceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.kapua.app.api.core.resources.AbstractKapuaResourceTest [INFO] Running org.eclipse.kapua.app.api.core.settings.KapuaApiCoreSettingKeysTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.app.api.core.settings.KapuaApiCoreSettingKeysTest [INFO] Running org.eclipse.kapua.app.api.core.MoxyJsonConfigContextResolverTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.app.api.core.MoxyJsonConfigContextResolverTest [INFO] Running org.eclipse.kapua.app.api.core.ListBodyWriterTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.kapua.app.api.core.ListBodyWriterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/core/target/jacoco.exec [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-core --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-core --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/core/target/kapua-rest-api-core-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/core/target/jacoco.exec [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-endpoint-api' with 3 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-core --- [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 [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 [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 [INFO] [INFO] ---------< org.eclipse.kapua:kapua-device-management-all-api >---------- [INFO] Building kapua-device-management-all-api 2.1.0-SNAPSHOT [149/229] [INFO] from service/device/management/all/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-all-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-all-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-all-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-all-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688421396 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/all/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/all/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-all-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-all-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-all-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-all-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/all/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-all-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-all-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-all-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-all-api --- [WARNING] JAR will be empty - no content was marked for inclusion! [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-all-api --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-all-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-all-api --- [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-system >------------------- [INFO] Building kapua-system 2.1.0-SNAPSHOT [150/229] [INFO] from service/system/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688421464 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-system --- [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 [INFO] [INFO] -----------------< org.eclipse.kapua:kapua-system-api >----------------- [INFO] Building kapua-system-api 2.1.0-SNAPSHOT [151/229] [INFO] from service/system/api/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-api --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-api --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-api --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-api --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/api [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688421505 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/api' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/api [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-api --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/api/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-api --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/system/api/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-api --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/api/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-api --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-api --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-api --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-api --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/api/target/kapua-system-api-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-api --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-system-api --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-errors >------------- [INFO] Building kapua-commons-rest-errors 2.1.0-SNAPSHOT [152/229] [INFO] from commons-rest/errors/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-errors --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-errors --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-errors --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-errors --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/errors [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688422296 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/errors' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/errors [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-errors --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-errors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/errors/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-errors --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-errors --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-errors --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/errors/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-errors --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-errors --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-errors --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-errors --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-errors --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/errors/target/kapua-commons-rest-errors-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-errors --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-errors --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-rest-api-resources >------------- [INFO] Building kapua-rest-api-resources 2.1.0-SNAPSHOT [153/229] [INFO] from rest-api/resources/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-resources --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-resources --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-resources --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-resources --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/resources [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688431287 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/resources' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/resources [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-resources --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-resources --- [INFO] Copying 202 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-resources --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-resources --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-resources --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/rest-api/resources/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-resources --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-resources --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-resources --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-rest-api-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-resources --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/resources/target/kapua-rest-api-resources-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-resources --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-resources --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-endpoint-internal >-------------- [INFO] Building kapua-endpoint-internal 2.1.0-SNAPSHOT [154/229] [INFO] from service/endpoint/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688434445 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-internal --- [INFO] Copying 14 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/internal/target/kapua-endpoint-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-internal --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-commons-rest-filters >------------ [INFO] Building kapua-commons-rest-filters 2.1.0-SNAPSHOT [155/229] [INFO] from commons-rest/filters/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-commons-rest-filters --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-commons-rest-filters --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-commons-rest-filters --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-commons-rest-filters --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/filters [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688436272 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/commons-rest/filters' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/commons-rest/filters [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-commons-rest-filters --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-commons-rest-filters --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/filters/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-commons-rest-filters --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-commons-rest-filters --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-commons-rest-filters --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/commons-rest/filters/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-commons-rest-filters --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-commons-rest-filters --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-commons-rest-filters --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-commons-rest-filters --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-commons-rest-filters --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/commons-rest/filters/target/kapua-commons-rest-filters-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-commons-rest-filters --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-commons-rest-filters --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-stream-internal >--------------- [INFO] Building kapua-stream-internal 2.1.0-SNAPSHOT [156/229] [INFO] from service/stream/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-stream-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-stream-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-stream-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-stream-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688437973 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/stream/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/stream/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-stream-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-stream-internal --- [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-stream-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-stream-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/stream/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-stream-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-stream-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-stream-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-stream-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-stream-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/stream/internal/target/kapua-stream-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-stream-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-stream-internal --- [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 [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 [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 [INFO] [INFO] --------------< org.eclipse.kapua:kapua-system-internal >--------------- [INFO] Building kapua-system-internal 2.1.0-SNAPSHOT [157/229] [INFO] from service/system/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-system-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-system-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-system-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-system-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688439347 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/system/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/system/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-system-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-system-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/internal/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-system-internal --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-system-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/service/system/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-system-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/system/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-system-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-system-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-system-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-system-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-system-internal --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/system/internal/target/kapua-system-internal-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-system-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-system-internal --- [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 [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 [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 [INFO] [INFO] -------------------< org.eclipse.kapua:kapua-extras >------------------- [INFO] Building kapua-extras 2.1.0-SNAPSHOT [158/229] [INFO] from extras/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-extras --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-extras --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-extras --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-extras --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688440711 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-extras --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-extras --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-extras --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-extras --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-extras --- [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-foreignkeys >----------------- [INFO] Building kapua-foreignkeys 2.1.0-SNAPSHOT [159/229] [INFO] from extras/foreignkeys/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-foreignkeys --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-foreignkeys --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-foreignkeys --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-foreignkeys --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688440754 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/extras/foreignkeys' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-foreignkeys --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-foreignkeys --- [INFO] Copying 34 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-foreignkeys --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-foreignkeys --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-foreignkeys --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-foreignkeys --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-foreignkeys --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-foreignkeys --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-foreignkeys --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-foreignkeys --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/extras/foreignkeys/target/kapua-foreignkeys-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-foreignkeys --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-foreignkeys --- [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 [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 [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 [INFO] [INFO] ----------------< org.eclipse.kapua:kapua-rest-api-web >---------------- [INFO] Building kapua-rest-api-web 2.1.0-SNAPSHOT [160/229] [INFO] from rest-api/web/pom.xml [INFO] --------------------------------[ war ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-rest-api-web --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-rest-api-web --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-rest-api-web --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-rest-api-web --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/web [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688441460 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/rest-api/web' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/rest-api/web [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-rest-api-web --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-rest-api-web --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-rest-api-web --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-rest-api-web --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/rest-api/web/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-rest-api-web --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/rest-api/web/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-rest-api-web --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/develop-test/rest-api/web/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-rest-api-web --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.app.api.web.RestApiListenerTest 22:20:46.236 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:20:46.240 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:20:46.784 [main] INFO org.reflections.Reflections - Reflections took 433 ms to scan 81 urls, producing 827 keys and 2374 values 22:20:47.161 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:20:47.164 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web.AppModule 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 22:20:47.165 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:20:47.166 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 22:20:47.167 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 22:20:47.168 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 22:20:47.169 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 22:20:47.170 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.systeminfo.internal.SystemInfoModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 22:20:47.171 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:20:47.172 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:20:49.723 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:20:49.724 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 22:20:49.728 [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 22:20:50.133 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 22:20:50.951 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 22:20:50.951 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:50.951 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:50.951 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:50.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:50.952 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.app.api.web 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:20:50.955 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:20:50.956 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:20:50.957 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 22:20:50.961 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:20:50.961 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:20:50.961 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:20:50.961 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:20:50.961 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:20:50.962 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:20:50.962 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:20:50.976 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 22:20:50.976 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:50.976 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 22:20:51.316 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.316 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.316 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.316 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.323 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.324 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.353 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:20:51.353 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.354 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.354 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.354 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.354 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.355 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.355 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.355 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 22:20:51.381 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:20:51.381 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.381 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.381 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.381 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.382 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.467 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.468 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.468 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.468 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.468 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.471 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.472 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.472 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.472 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.472 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.473 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.473 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.473 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 22:20:51.474 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 22:20:51.474 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.481 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.515 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.536 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:20:51.536 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.536 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.537 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.537 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.537 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:20:51.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.549 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.550 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.550 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.557 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.563 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.575 [main] INFO o.e.k.s.d.c.l.i.DeviceConnectionEventListenerServiceImpl - Initializing class org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceImpl 22:20:51.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:20:51.580 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.581 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.615 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:20:51.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.616 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.620 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.621 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.629 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.638 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.641 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:20:51.641 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.641 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.641 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.641 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.642 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.672 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:20:51.672 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.672 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.672 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.673 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.716 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.725 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.727 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.732 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:20:51.740 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:20:51.930 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 22:20:51.931 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 22:20:51.931 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 22:20:51.931 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 22:20:51.931 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.931 [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) 22:20:51.931 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.931 [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) 22:20:51.931 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.931 [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) 22:20:51.931 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.932 [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) 22:20:51.932 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.933 [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) 22:20:51.933 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.934 [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) 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.934 [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) 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.934 [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) 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.934 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.934 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 22:20:51.934 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 22:20:51.934 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 22:20:51.935 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... 22:20:51.936 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutting down... 22:20:51.936 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Service Modules... 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.registry.DeviceServiceModule 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.936 [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) 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.936 [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) 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.936 [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) 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerServiceModule 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.936 [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) 22:20:51.936 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.account.internal.AccountServiceModule 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authorization.shiro.AuthorizationServiceModule 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.937 [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) 22:20:51.937 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.937 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceModule 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... org.eclipse.kapua.service.user.internal.UserServiceModule 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 1/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 2/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... house keeper scheduler [step 3/3] 22:20:51.938 [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) 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... unregister services names 22:20:51.938 [main] INFO o.e.k.c.e.ServiceEventTransactionalModule - Stopping service event module... DONE 22:20:51.939 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown Kapua Eventbus... 22:20:51.939 [main] INFO o.e.k.c.core.ServiceModuleBundle - Shutdown...DONE 22:20:51.939 [main] INFO o.e.k.app.api.web.RestApiListener - Stopping service modules... DONE! 22:20:51.939 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@4cd21fb4, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@7a8958be 22:20:51.939 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 22:20:51.939 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 22:20:51.939 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 22:20:52.662 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 22:20:52.678 [main] ERROR o.e.k.app.api.web.RestApiListener - Starting service modules... ERROR! Error: An internal error occurred: {0}. org.eclipse.kapua.event.ServiceEventBusException: An internal error occurred: {0}. at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:115) at org.eclipse.kapua.commons.core.ServiceModuleBundle.startup(ServiceModuleBundle.java:39) at org.eclipse.kapua.app.api.web.RestApiListener.contextInitialized(RestApiListener.java:43) at org.eclipse.kapua.app.api.web.RestApiListenerTest.contextInitializedNullTest(RestApiListenerTest.java:49) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.jms.JMSException: events-broker: Name or service not known at org.apache.qpid.jms.provider.ProviderException.toJMSException(ProviderException.java:34) at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:80) at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:112) at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:176) at org.apache.qpid.jms.JmsConnectionFactory.createConnection(JmsConnectionFactory.java:213) at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus$EventBusJMSConnectionBridge.start(JMSServiceEventBus.java:242) at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:113) ... 32 common frames omitted Caused by: org.apache.qpid.jms.provider.exceptions.ProviderIOException: events-broker: Name or service not known at org.apache.qpid.jms.provider.exceptions.ProviderExceptionSupport.createOrPassthroughFatal(ProviderExceptionSupport.java:46) at org.apache.qpid.jms.provider.amqp.AmqpProvider.connect(AmqpProvider.java:309) at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:162) ... 35 common frames omitted Caused by: java.net.UnknownHostException: events-broker: Name or service not known at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:929) at java.base/java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1515) at java.base/java.net.InetAddress$NameServiceAddresses.get(InetAddress.java:848) at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1505) at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1364) at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1298) at java.base/java.net.InetAddress.getByName(InetAddress.java:1248) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:156) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:153) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:153) at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:41) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:61) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:53) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:55) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:31) at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:106) at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:220) at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:46) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:189) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:175) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:625) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:105) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:990) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:516) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:416) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:834) 22:20:52.680 [main] WARN o.e.k.app.api.web.RestApiListener - Initialized, systemSettings:org.eclipse.kapua.commons.setting.system.SystemSetting@4cd21fb4, moduleBundle: org.eclipse.kapua.commons.core.ServiceModuleBundle@7a8958be 22:20:52.680 [main] INFO o.e.k.app.api.web.RestApiListener - Starting service modules... 22:20:52.680 [main] INFO o.e.k.c.core.ServiceModuleBundle - Starting up... 22:20:52.680 [main] INFO o.e.k.c.core.ServiceModuleBundle - Startup Kapua Eventbus... 22:20:52.685 [main] ERROR org.apache.qpid.jms.JmsConnection - Failed to connect to remote at: amqp://events-broker:5672 22:20:52.687 [main] ERROR o.e.k.app.api.web.RestApiListener - Starting service modules... ERROR! Error: An internal error occurred: {0}. org.eclipse.kapua.event.ServiceEventBusException: An internal error occurred: {0}. at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:115) at org.eclipse.kapua.commons.core.ServiceModuleBundle.startup(ServiceModuleBundle.java:39) at org.eclipse.kapua.app.api.web.RestApiListener.contextInitialized(RestApiListener.java:43) at org.eclipse.kapua.app.api.web.RestApiListenerTest.contextInitializedTest(RestApiListenerTest.java:40) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.jms.JMSException: events-broker at org.apache.qpid.jms.provider.ProviderException.toJMSException(ProviderException.java:34) at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:80) at org.apache.qpid.jms.exceptions.JmsExceptionSupport.create(JmsExceptionSupport.java:112) at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:176) at org.apache.qpid.jms.JmsConnectionFactory.createConnection(JmsConnectionFactory.java:213) at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus$EventBusJMSConnectionBridge.start(JMSServiceEventBus.java:242) at org.eclipse.kapua.commons.event.jms.JMSServiceEventBus.start(JMSServiceEventBus.java:113) ... 32 common frames omitted Caused by: org.apache.qpid.jms.provider.exceptions.ProviderIOException: events-broker at org.apache.qpid.jms.provider.exceptions.ProviderExceptionSupport.createOrPassthroughFatal(ProviderExceptionSupport.java:46) at org.apache.qpid.jms.provider.amqp.AmqpProvider.connect(AmqpProvider.java:309) at org.apache.qpid.jms.JmsConnection.connect(JmsConnection.java:162) ... 35 common frames omitted Caused by: java.net.UnknownHostException: events-broker at java.base/java.net.InetAddress$CachedAddresses.get(InetAddress.java:797) at java.base/java.net.InetAddress.getAllByName0(InetAddress.java:1505) at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1364) at java.base/java.net.InetAddress.getAllByName(InetAddress.java:1298) at java.base/java.net.InetAddress.getByName(InetAddress.java:1248) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:156) at io.netty.util.internal.SocketUtils$8.run(SocketUtils.java:153) at java.base/java.security.AccessController.doPrivileged(Native Method) at io.netty.util.internal.SocketUtils.addressByName(SocketUtils.java:153) at io.netty.resolver.DefaultNameResolver.doResolve(DefaultNameResolver.java:41) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:61) at io.netty.resolver.SimpleNameResolver.resolve(SimpleNameResolver.java:53) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:55) at io.netty.resolver.InetSocketAddressResolver.doResolve(InetSocketAddressResolver.java:31) at io.netty.resolver.AbstractAddressResolver.resolve(AbstractAddressResolver.java:106) at io.netty.bootstrap.Bootstrap.doResolveAndConnect0(Bootstrap.java:220) at io.netty.bootstrap.Bootstrap.access$000(Bootstrap.java:46) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:189) at io.netty.bootstrap.Bootstrap$1.operationComplete(Bootstrap.java:175) at io.netty.util.concurrent.DefaultPromise.notifyListener0(DefaultPromise.java:590) at io.netty.util.concurrent.DefaultPromise.notifyListenersNow(DefaultPromise.java:557) at io.netty.util.concurrent.DefaultPromise.notifyListeners(DefaultPromise.java:492) at io.netty.util.concurrent.DefaultPromise.setValue0(DefaultPromise.java:636) at io.netty.util.concurrent.DefaultPromise.setSuccess0(DefaultPromise.java:625) at io.netty.util.concurrent.DefaultPromise.trySuccess(DefaultPromise.java:105) at io.netty.channel.DefaultChannelPromise.trySuccess(DefaultChannelPromise.java:84) at io.netty.channel.AbstractChannel$AbstractUnsafe.safeSetSuccess(AbstractChannel.java:990) at io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:516) at io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:429) at io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:486) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:416) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at java.base/java.lang.Thread.run(Thread.java:834) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.868 s - in org.eclipse.kapua.app.api.web.RestApiListenerTest [INFO] Running org.eclipse.kapua.app.api.web.JaxbContextResolverTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.974 s - in org.eclipse.kapua.app.api.web.JaxbContextResolverTest [INFO] Running org.eclipse.kapua.app.api.web.ScopeIdParamConverterTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.kapua.app.api.web.ScopeIdParamConverterTest [INFO] Running org.eclipse.kapua.app.api.web.RestApisApplicationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.kapua.app.api.web.RestApisApplicationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-rest-api-web --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/web/target/jacoco.exec [INFO] Analyzed bundle 'kapua-rest-api-web' with 10 classes [INFO] [INFO] --- war:3.3.2:war (default-war) @ kapua-rest-api-web --- [INFO] Packaging webapp [INFO] Assembling webapp [kapua-rest-api-web] in [/home/jenkins/agent/workspace/develop-test/rest-api/web/target/api] [INFO] Processing war project [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] [INFO] Copying webapp resources [/home/jenkins/agent/workspace/develop-test/rest-api/web/src/main/webapp] [INFO] Building war: /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api.war [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-rest-api-web --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/rest-api/web/target/api-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-rest-api-web --- [INFO] Loading execution data file /home/jenkins/agent/workspace/develop-test/rest-api/web/target/jacoco.exec [INFO] Analyzed bundle 'kapua-rest-api-web' with 10 classes [INFO] Analyzed bundle 'kapua-commons' with 241 classes [INFO] Analyzed bundle 'kapua-account-api' with 6 classes [INFO] Analyzed bundle 'kapua-service-api' with 79 classes [INFO] Analyzed bundle 'kapua-qa-markers' with 0 classes [INFO] Analyzed bundle 'kapua-security-authentication-api' with 23 classes [INFO] Analyzed bundle 'kapua-security-authorization-api' with 30 classes [INFO] Analyzed bundle 'kapua-user-api' with 6 classes [INFO] Analyzed bundle 'kapua-locator-guice' with 16 classes [INFO] Analyzed bundle 'kapua-security-registration-simple' with 6 classes [INFO] Analyzed bundle 'kapua-account-internal' with 17 classes [INFO] Analyzed bundle 'kapua-datastore-api' with 12 classes [INFO] Analyzed bundle 'kapua-message-api' with 8 classes [INFO] Analyzed bundle 'kapua-service-storable-api' with 14 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-api' with 33 classes [INFO] Analyzed bundle 'kapua-device-commons' with 22 classes [INFO] Analyzed bundle 'kapua-device-api' with 6 classes [INFO] Analyzed bundle 'kapua-device-registry-api' with 20 classes [INFO] Analyzed bundle 'kapua-device-management-api' with 18 classes [INFO] Analyzed bundle 'kapua-device-management-registry-api' with 10 classes [INFO] Analyzed bundle 'kapua-device-call-api' with 5 classes [INFO] Analyzed bundle 'kapua-transport-api' with 8 classes [INFO] Analyzed bundle 'kapua-translator-api' with 15 classes [INFO] Analyzed bundle 'kapua-message-internal' with 33 classes [INFO] Analyzed bundle 'kapua-device-registry-internal' with 49 classes [INFO] Analyzed bundle 'kapua-device-authentication' with 2 classes [INFO] Analyzed bundle 'kapua-client-security' with 33 classes [INFO] Analyzed bundle 'kapua-tag-api' with 3 classes [INFO] Analyzed bundle 'kapua-security-registration-api' with 3 classes [INFO] Analyzed bundle 'kapua-rest-api-core' with 26 classes [INFO] Analyzed bundle 'kapua-security-shiro' with 167 classes [INFO] Analyzed bundle 'kapua-openid-provider' with 10 classes [INFO] Analyzed bundle 'kapua-openid-api' with 12 classes [INFO] Analyzed bundle 'kapua-security-certificate-api' with 11 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-api' with 0 classes [INFO] Analyzed bundle 'kapua-security-certificate-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-commons-utils-internal' with 3 classes [INFO] Analyzed bundle 'kapua-user-internal' with 18 classes [INFO] Analyzed bundle 'kapua-tag-internal' with 9 classes [INFO] Analyzed bundle 'kapua-device-management-request-api' with 1 classes [INFO] Analyzed bundle 'kapua-datastore-internal' with 81 classes [INFO] Analyzed bundle 'kapua-service-storable-internal' with 16 classes [INFO] Analyzed bundle 'kapua-service-elasticsearch-client-rest' with 10 classes [INFO] Analyzed bundle 'kapua-job-engine-api' with 20 classes [INFO] Analyzed bundle 'kapua-job-api' with 21 classes [INFO] Analyzed bundle 'kapua-endpoint-api' with 3 classes [INFO] Analyzed bundle 'kapua-rest-api-resources' with 58 classes [INFO] Analyzed bundle 'kapua-commons-rest-model' with 33 classes [INFO] Analyzed bundle 'kapua-device-management-all-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-api' with 4 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-command-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-api' with 7 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-api' with 2 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-api' with 8 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-api' with 1 classes [INFO] Analyzed bundle 'kapua-device-management-packages-api' with 5 classes [INFO] Analyzed bundle 'kapua-scheduler-api' with 16 classes [INFO] Analyzed bundle 'kapua-stream-api' with 0 classes [INFO] Analyzed bundle 'kapua-system-api' with 1 classes [INFO] Analyzed bundle 'kapua-commons-rest-errors' with 38 classes [INFO] Analyzed bundle 'kapua-device-management-all-internal' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-asset-internal' with 19 classes [INFO] Analyzed bundle 'kapua-device-management-asset-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-bundle-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-management-command-internal' with 12 classes [INFO] Analyzed bundle 'kapua-device-call-kura' with 116 classes [INFO] Analyzed bundle 'kapua-transport-mqtt' with 29 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-internal' with 30 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-message-api' with 0 classes [INFO] Analyzed bundle 'kapua-device-management-configuration-store-dummy' with 3 classes [INFO] Analyzed bundle 'kapua-device-management-inventory-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-keystore-internal' with 36 classes [INFO] Analyzed bundle 'kapua-device-management-packages-internal' with 28 classes [INFO] Analyzed bundle 'kapua-device-management-registry-internal' with 22 classes [INFO] Analyzed bundle 'kapua-device-management-request-internal' with 10 classes [INFO] Analyzed bundle 'kapua-endpoint-internal' with 11 classes [INFO] Analyzed bundle 'kapua-job-internal' with 50 classes [INFO] Analyzed bundle 'kapua-scheduler-quartz' with 40 classes [INFO] Analyzed bundle 'kapua-job-engine-client' with 7 classes [INFO] Analyzed bundle 'kapua-commons-rest-filters' with 7 classes [INFO] Analyzed bundle 'kapua-stream-internal' with 2 classes [INFO] Analyzed bundle 'kapua-system-internal' with 4 classes [INFO] Analyzed bundle 'kapua-translator-kapua-kura' with 51 classes [INFO] Analyzed bundle 'kapua-translator-kura-jms' with 12 classes [INFO] Analyzed bundle 'kapua-transport-jms' with 5 classes [INFO] Analyzed bundle 'kapua-translator-kura-mqtt' with 5 classes [INFO] Analyzed bundle 'kapua-foreignkeys' with 0 classes [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-rest-api-web --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-qa-integration-steps >------------ [INFO] Building kapua-qa-integration-steps 2.1.0-SNAPSHOT [161/229] [INFO] from qa/integration-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688458197 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-qa-integration-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-qa-integration-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-qa-integration-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/qa/integration-steps/target/kapua-qa-integration-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-qa-integration-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-qa-integration-steps --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-security-test-steps >------------- [INFO] Building kapua-security-test-steps 2.1.0-SNAPSHOT [162/229] [INFO] from service/security/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-security-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-security-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-security-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-security-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688460866 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/security/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/security/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-security-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-security-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-security-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-security-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-security-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/security/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-security-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-security-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-security-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-security-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-security-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/security/test-steps/target/kapua-security-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-security-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-security-test-steps --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-job-internal >------- [INFO] Building kapua-device-management-job-internal 2.1.0-SNAPSHOT [163/229] [INFO] from service/device/management/job/internal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-job-internal --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-job-internal --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-job-internal --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-job-internal --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688463164 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/job/internal' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-job-internal --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-job-internal --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-job-internal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/job/internal/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-job-internal --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-job-internal --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-job-internal --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-job-internal --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-job-internal --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-job-internal --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-job-internal --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-endpoint-test-steps >------------- [INFO] Building kapua-endpoint-test-steps 2.1.0-SNAPSHOT [164/229] [INFO] from service/endpoint/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-endpoint-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-endpoint-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-endpoint-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-endpoint-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688465016 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-endpoint-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-endpoint-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-endpoint-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-endpoint-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-endpoint-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-endpoint-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-endpoint-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-endpoint-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-endpoint-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-endpoint-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/endpoint/test-steps/target/kapua-endpoint-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-endpoint-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-endpoint-test-steps --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-bundle-job >-------- [INFO] Building kapua-device-management-bundle-job 2.1.0-SNAPSHOT [165/229] [INFO] from service/device/management/bundle/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-bundle-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-bundle-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-bundle-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-bundle-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688467349 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-bundle-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-bundle-job --- [INFO] Copying 8 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-bundle-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-bundle-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-bundle-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/bundle/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-bundle-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-bundle-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-bundle-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-bundle-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-bundle-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-bundle-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-bundle-job --- [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 [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 [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 [INFO] [INFO] --------< org.eclipse.kapua:kapua-device-management-asset-job >--------- [INFO] Building kapua-device-management-asset-job 2.1.0-SNAPSHOT [166/229] [INFO] from service/device/management/asset/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-asset-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-asset-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-asset-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-asset-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688468905 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/asset/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-asset-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-asset-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-asset-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-asset-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-asset-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/asset/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-asset-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-asset-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-asset-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-asset-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-asset-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-asset-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-asset-job --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-packages-job >------- [INFO] Building kapua-device-management-packages-job 2.1.0-SNAPSHOT [167/229] [INFO] from service/device/management/packages/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-packages-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-packages-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-packages-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-packages-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688470193 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/packages/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-packages-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-packages-job --- [INFO] Copying 11 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-packages-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-packages-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-packages-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/packages/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-packages-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-packages-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-packages-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-packages-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-packages-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-packages-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-packages-job --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-command-job >-------- [INFO] Building kapua-device-management-command-job 2.1.0-SNAPSHOT [168/229] [INFO] from service/device/management/command/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-command-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-command-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-command-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-command-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688471650 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/command/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/command/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-command-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-command-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-command-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-command-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-command-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/command/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-command-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-command-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-command-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-command-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-command-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-command-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-command-job --- [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 [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 [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 [INFO] [INFO] ----< org.eclipse.kapua:kapua-device-management-configuration-job >----- [INFO] Building kapua-device-management-configuration-job 2.1.0-SNAPSHOT [169/229] [INFO] from service/device/management/configuration/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-configuration-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-configuration-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-configuration-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-configuration-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688472970 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-configuration-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-configuration-job --- [INFO] Copying 10 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-configuration-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-configuration-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-configuration-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/configuration/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-configuration-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-configuration-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-configuration-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-configuration-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-configuration-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-configuration-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-configuration-job --- [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 [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 [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 [INFO] [INFO] -------< org.eclipse.kapua:kapua-device-management-keystore-job >------- [INFO] Building kapua-device-management-keystore-job 2.1.0-SNAPSHOT [170/229] [INFO] from service/device/management/keystore/job/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-device-management-keystore-job --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-device-management-keystore-job --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-device-management-keystore-job --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-device-management-keystore-job --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688474478 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-device-management-keystore-job --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-device-management-keystore-job --- [INFO] Copying 3 resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-device-management-keystore-job --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-device-management-keystore-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-device-management-keystore-job --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/device/management/keystore/job/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-device-management-keystore-job --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-device-management-keystore-job --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-device-management-keystore-job --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-device-management-keystore-job --- [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 [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-device-management-keystore-job --- [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-device-management-keystore-job --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-device-management-keystore-job --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-scheduler-test-steps >------------ [INFO] Building kapua-scheduler-test-steps 2.1.0-SNAPSHOT [171/229] [INFO] from service/scheduler/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-scheduler-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-scheduler-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-scheduler-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-scheduler-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688475972 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-scheduler-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-scheduler-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-scheduler-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-scheduler-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-scheduler-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-scheduler-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-scheduler-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-scheduler-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-scheduler-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-scheduler-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/scheduler/test-steps/target/kapua-scheduler-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-scheduler-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-scheduler-test-steps --- [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 [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 [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 [INFO] [INFO] ------------< org.eclipse.kapua:kapua-datastore-test-steps >------------ [INFO] Building kapua-datastore-test-steps 2.1.0-SNAPSHOT [172/229] [INFO] from service/datastore/test-steps/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-datastore-test-steps --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-datastore-test-steps --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-datastore-test-steps --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-datastore-test-steps --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688478015 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/datastore/test-steps' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-datastore-test-steps --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-datastore-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-datastore-test-steps --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-datastore-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-datastore-test-steps --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-datastore-test-steps --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-datastore-test-steps --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-datastore-test-steps --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-datastore-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-datastore-test-steps --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/datastore/test-steps/target/kapua-datastore-test-steps-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-datastore-test-steps --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-datastore-test-steps --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-service-camel >---------------- [INFO] Building kapua-service-camel 2.1.0-SNAPSHOT [173/229] [INFO] from service/camel/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-camel --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-camel --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-camel --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-camel --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/camel [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688480592 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/camel' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/camel [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-camel --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-camel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/camel/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-camel --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/develop-test/service/camel/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-camel --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/camel/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-camel --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-camel --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-camel --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-camel --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-camel --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/camel/target/kapua-service-camel-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-camel --- [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jose4j-0.7.10.jar [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 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-pool2-2.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jcommander-1.78.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/txw2-2.3.1.jar [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 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/stax-ex-1.8.jar [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/FastInfoset-1.2.15.jar [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/camel/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-camel --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-camel --- [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 [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 [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 [INFO] [INFO] ------------------< org.eclipse.kapua:kapua-consumer >------------------ [INFO] Building kapua-consumer 2.1.0-SNAPSHOT [174/229] [INFO] from consumer/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688482485 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer --- [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 [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer --- [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer --- [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-consumer-lifecycle >------------- [INFO] Building kapua-consumer-lifecycle 2.1.0-SNAPSHOT [175/229] [INFO] from consumer/lifecycle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-lifecycle --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-lifecycle --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-lifecycle --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-lifecycle --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688490896 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/lifecycle' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-lifecycle --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-lifecycle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-lifecycle --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-lifecycle --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-lifecycle --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-lifecycle --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-lifecycle --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-lifecycle --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-lifecycle --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/kapua-consumer-lifecycle-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-lifecycle --- [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jcommander-1.78.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/txw2-2.3.6.jar [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 [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/jose4j-0.7.10.jar [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 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/lifecycle/target/dependency/commons-pool2-2.3.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-lifecycle --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-lifecycle --- [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 [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 [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 [INFO] [INFO] -------------< org.eclipse.kapua:kapua-consumer-telemetry >------------- [INFO] Building kapua-consumer-telemetry 2.1.0-SNAPSHOT [176/229] [INFO] from consumer/telemetry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-consumer-telemetry --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-consumer-telemetry --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-consumer-telemetry --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-consumer-telemetry --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/telemetry [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688492916 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/consumer/telemetry' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/consumer/telemetry [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-consumer-telemetry --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-consumer-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/telemetry/src/main/resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-consumer-telemetry --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-consumer-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/consumer/telemetry/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-consumer-telemetry --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-consumer-telemetry --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-consumer-telemetry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-consumer-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-consumer-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/kapua-consumer-telemetry-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-consumer-telemetry --- [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jcommander-1.78.jar [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-lang-2.6.jar [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jsr305-3.0.2.jar [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.6.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/txw2-2.3.6.jar [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 [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jose4j-0.7.10.jar [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 [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-logging-1.2.jar [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 [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 [INFO] Copying httpasyncclient-4.1.5.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/httpasyncclient-4.1.5.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying elasticsearch-7.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/elasticsearch-7.8.1.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying hppc-0.8.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/hppc-0.8.1.jar [INFO] Copying t-digest-3.2.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/t-digest-3.2.jar [INFO] Copying HdrHistogram-2.1.9.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/HdrHistogram-2.1.9.jar [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 [INFO] Copying jna-5.5.0.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/jna-5.5.0.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/consumer/telemetry/target/dependency/commons-pool2-2.3.jar [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-consumer-telemetry --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-consumer-telemetry --- [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 [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 [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 [INFO] [INFO] -----------< org.eclipse.kapua:kapua-service-authentication >----------- [INFO] Building kapua-service-authentication 2.1.0-SNAPSHOT [177/229] [INFO] from service/authentication/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-service-authentication --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-service-authentication --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-service-authentication --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-service-authentication --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/authentication [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688494915 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/service/authentication' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/service/authentication [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-service-authentication --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-service-authentication --- [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-service-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/develop-test/service/authentication/target/classes [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-service-authentication --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/service/authentication/src/test/resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-service-authentication --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-service-authentication --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No tests to run. [INFO] [INFO] --- jacoco:0.8.8:report (default-report) @ kapua-service-authentication --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ kapua-service-authentication --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ kapua-service-authentication --- [INFO] Building jar: /home/jenkins/agent/workspace/develop-test/service/authentication/target/kapua-service-authentication-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- dependency:3.0.1:copy-dependencies (copy-dependencies) @ kapua-service-authentication --- [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/junit-4.13.2.jar [INFO] Copying hamcrest-core-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/hamcrest-core-2.2.jar [INFO] Copying hamcrest-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/hamcrest-2.2.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying javase-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javase-3.4.1.jar [INFO] Copying core-3.4.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/core-3.4.1.jar [INFO] Copying jcommander-1.78.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jcommander-1.78.jar [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 [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 [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 [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 [INFO] Copying commons-lang3-3.4.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-lang3-3.4.jar [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 [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 [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 [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 [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 [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 [INFO] Copying snakeyaml-2.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/snakeyaml-2.2.jar [INFO] Copying reflections-0.10.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/reflections-0.10.2.jar [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 [INFO] Copying jsr305-3.0.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jsr305-3.0.2.jar [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 [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 [INFO] Copying HikariCP-4.0.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/HikariCP-4.0.3.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying txw2-2.3.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/txw2-2.3.1.jar [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 [INFO] Copying stax-ex-1.8.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/stax-ex-1.8.jar [INFO] Copying FastInfoset-1.2.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/FastInfoset-1.2.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying httpclient-4.5.13.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/httpclient-4.5.13.jar [INFO] Copying httpcore-4.4.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/httpcore-4.4.15.jar [INFO] Copying commons-logging-1.2.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-logging-1.2.jar [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 [INFO] Copying jose4j-0.7.10.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/jose4j-0.7.10.jar [INFO] Copying googleauth-1.5.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/googleauth-1.5.0.jar [INFO] Copying commons-codec-1.15.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-codec-1.15.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying guice-5.1.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/guice-5.1.0.jar [INFO] Copying javax.inject-1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/javax.inject-1.jar [INFO] Copying aopalliance-1.0.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/aopalliance-1.0.jar [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 [INFO] Copying commons-configuration-1.9.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-configuration-1.9.jar [INFO] Copying commons-lang-2.6.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-lang-2.6.jar [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [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 [INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/failureaccess-1.0.1.jar [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 [INFO] Copying commons-pool2-2.3.jar to /home/jenkins/agent/workspace/develop-test/service/authentication/target/dependency/commons-pool2-2.3.jar [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 [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 [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 [INFO] [INFO] --- jacoco-extras:0.1.6:xml (default) @ kapua-service-authentication --- [INFO] [INFO] --- install:2.5.2:install (default-install) @ kapua-service-authentication --- [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 [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 [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 [INFO] [INFO] ---------------< org.eclipse.kapua:kapua-qa-integration >--------------- [INFO] Building kapua-qa-integration 2.1.0-SNAPSHOT [178/229] [INFO] from qa/integration/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ kapua-qa-integration --- [INFO] [INFO] --- checkstyle:2.17:check (checkstyle-check) @ kapua-qa-integration --- [WARNING] Parameter 'sourceDirectory' is deprecated: instead use {@link #sourceDirectories} [INFO] [INFO] --- toolchains:3.1.0:toolchain (default) @ kapua-qa-integration --- [INFO] Required toolchain: jdk [ version='11' ] [INFO] Found matching toolchain for type jdk: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] [INFO] --- buildnumber:3.0.0:create (default) @ kapua-qa-integration --- [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration [INFO] Storing buildNumber: 480d94cc9937080b014bf7e07b55c5001de309b4 at timestamp: 1714688497350 [WARNING] Cannot get the branch information from the git repository: Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/develop-test/qa/integration' && 'git' 'rev-parse' '--verify' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/develop-test/qa/integration [INFO] Storing buildScmBranch: UNKNOWN [INFO] [INFO] --- jacoco:0.8.8:prepare-agent (default-prepare-agent) @ kapua-qa-integration --- [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 [INFO] [INFO] --- resources:3.3.0:resources (default-resources) @ kapua-qa-integration --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/develop-test/qa/integration/src/main/resources [INFO] [INFO] --- resources:3.3.0:copy-resources (process-about.html) @ kapua-qa-integration --- [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.6.1:compile (default-compile) @ kapua-qa-integration --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.0:testResources (default-testResources) @ kapua-qa-integration --- [INFO] Copying 110 resources [INFO] [INFO] --- compiler:3.6.1:testCompile (default-testCompile) @ kapua-qa-integration --- [INFO] Toolchain in maven-compiler-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Changes detected - recompiling the module! [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/develop-test/qa/integration/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M7:test (default-test) @ kapua-qa-integration --- [INFO] Toolchain in maven-surefire-plugin: JDK[/opt/tools/java/openjdk/jdk-11/latest] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.kapua.integration.misc.PermissionFactoryImplTest *:*:*:* [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.kapua.integration.misc.PermissionFactoryImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaLocatorTest 22:21:41.530 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:21:41.535 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:21:42.116 [main] INFO org.reflections.Reflections - Reflections took 457 ms to scan 98 urls, producing 839 keys and 2475 values 22:21:42.463 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:21:42.465 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:21:42.465 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:42.466 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 22:21:42.467 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 22:21:42.468 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 22:21:42.469 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 22:21:42.470 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 22:21:42.471 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:21:42.472 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:42.473 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:21:42.473 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:42.473 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:21:45.698 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:21:45.699 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 22:21:45.705 [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 22:21:46.118 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 22:21:47.017 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 22:21:47.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:47.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:47.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:47.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:47.018 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:21:47.022 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:21:47.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:21:47.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:47.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:21:47.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:21:47.023 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:21:47.023 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.845 s - in org.eclipse.kapua.integration.misc.KapuaLocatorTest [INFO] Running org.eclipse.kapua.integration.misc.AccessPermissionImplTest [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.kapua.integration.misc.AccessPermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.MetatypeXmlRegistryTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest 22:21:47.450 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:21:47.450 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:21:47.450 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:21:47.451 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:21:47.451 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:21:47.451 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:21:47.451 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:21:47.459 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 22:21:47.459 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:47.459 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 22:21:47.857 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:47.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:47.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:47.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:47.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:47.858 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:47.863 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 22:21:47.863 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:47.863 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 22:21:47.865 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 22:21:47.865 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:47.892 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:47.935 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:48.020 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:48.023 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:21:48.023 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:21:48.023 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:21:48.023 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:21:48.024 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:21:48.024 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:48.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:48.033 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.364 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:48.364 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:48.365 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:48.365 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:48.365 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:48.365 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:48.379 [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. 22:21:48.379 [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. 22:21:48.380 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.424 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.585 [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. 22:21:48.585 [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. 22:21:48.586 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.595 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.703 [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. 22:21:48.703 [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. 22:21:48.704 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.708 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.799 [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. 22:21:48.799 [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. 22:21:48.800 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.803 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.883 [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. 22:21:48.883 [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. 22:21:48.883 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.886 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:48.971 [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. 22:21:48.972 [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. 22:21:48.972 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:48.981 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:49.061 [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. 22:21:49.062 [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. 22:21:49.062 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 22:21:49.065 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:49.143 [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. 22:21:49.143 [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. 22:21:49.144 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.864 s - in org.eclipse.kapua.integration.misc.KapuaSessionCleanupFilterTest [INFO] Running org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest 22:21:49.148 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:49.231 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 22:21:49.320 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in org.eclipse.kapua.integration.misc.UserPassAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.misc.AccessInfoCreatorImplTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.AccessInfoCreatorImplTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaIdAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.KapuaIdAdapterTest [INFO] Running org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.ApiKeyAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.integration.misc.RolePermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.065 s - in org.eclipse.kapua.integration.misc.XmlServiceEventMarshalerTest [INFO] Running org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.KapuaTscalarAdapterTest [INFO] Running org.eclipse.kapua.integration.misc.EventStoreServiceImplTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.kapua.integration.misc.EventStoreServiceImplTest [INFO] Running org.eclipse.kapua.integration.misc.JsonServiceEventMarshalerTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in org.eclipse.kapua.integration.misc.JsonServiceEventMarshalerTest [INFO] Running org.eclipse.kapua.integration.misc.AccessTokenAuthenticationRealmTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.AccessTokenAuthenticationRealmTest [INFO] Running org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest 22:21:50.871 [main] ERROR o.e.k.s.a.s.r.AccessTokenCredentialsMatcher - Error while validating JWT access token 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] at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:406) at org.jose4j.jwt.consumer.JwtConsumer.processToClaims(JwtConsumer.java:171) at org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsMatcher.doCredentialsMatch(AccessTokenCredentialsMatcher.java:84) at org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest.doCredentialsMatchEqualCredentialsErrorJWTValidationTest(AccessTokenCredentialsMatcherTest.java:58) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1. at org.jose4j.jwx.JsonWebStructure.fromCompactSerialization(JsonWebStructure.java:90) at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:320) ... 32 common frames omitted 22:21:50.873 [main] ERROR o.e.k.s.a.s.r.AccessTokenCredentialsMatcher - Error while validating JWT access token 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] at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:406) at org.jose4j.jwt.consumer.JwtConsumer.processToClaims(JwtConsumer.java:171) at org.eclipse.kapua.service.authentication.shiro.realm.AccessTokenCredentialsMatcher.doCredentialsMatch(AccessTokenCredentialsMatcher.java:84) at org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest.doCredentialsMatchDifferentCredentialsTest(AccessTokenCredentialsMatcherTest.java:50) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.jose4j.lang.JoseException: Invalid JOSE Compact Serialization. Expecting either 3 or 5 parts for JWS or JWE respectively but was 1. at org.jose4j.jwx.JsonWebStructure.fromCompactSerialization(JsonWebStructure.java:90) at org.jose4j.jwt.consumer.JwtConsumer.process(JwtConsumer.java:320) ... 32 common frames omitted [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.kapua.integration.misc.AccessTokenCredentialsMatcherTest [INFO] Running org.eclipse.kapua.integration.misc.RolePermissionFactoryTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.RolePermissionFactoryTest [INFO] Running org.eclipse.kapua.integration.misc.PermissionImplTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.PermissionImplTest [INFO] Running org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.kapua.integration.misc.JwtAuthenticatingRealmTest [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest @jobsIntegrationBase @env_docker_base @setup Scenario: Init Security Context for all scenarios # features/jobScheduling/TriggerServiceI9n.feature:19 22:21:52.540 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 22:21:52.540 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:21:52.542 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 22:21:52.543 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 22:21:52.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 22:21:52.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 22:21:52.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 22:21:52.544 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 22:21:52.577 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 22:21:52.577 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 22:21:52.793 [main] INFO org.reflections.Reflections - Reflections took 209 ms to scan 98 urls, producing 839 keys and 2475 values 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:21:52.817 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 22:21:52.818 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 22:21:52.819 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 22:21:52.820 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 22:21:52.821 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 22:21:52.821 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:52.821 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 22:21:52.821 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:52.821 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:21:53.486 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 22:21:53.487 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 22:21:53.488 [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 22:21:53.548 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:53.556 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 22:21:53.557 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 22:21:53.558 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 22:21:53.638 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 22:21:53.638 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@6907771c 22:21:53.638 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 22:21:53.644 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 22:21:53.644 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 22:21:53.644 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... 22:21:54.350 [main] INFO o.e.k.q.integration.steps.DockerUtil - Creating docker client... DONE 22:21:55.144 [main] INFO org.eclipse.jetty.util.log - Logging initialized @14959ms to org.eclipse.jetty.util.log.Slf4jLog 22:21:55.845 [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 22:21:55.847 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.848 [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 22:21:55.848 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.849 [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 22:21:55.849 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.851 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 22:21:55.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 22:21:55.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 22:21:55.852 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 22:21:55.853 [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 22:21:55.854 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.854 [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 22:21:55.854 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.855 [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 22:21:55.855 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.856 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.857 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 22:21:55.857 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 22:21:55.922 [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 22:21:55.922 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.923 [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 22:21:55.923 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.924 [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 22:21:55.924 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.926 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.926 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 22:21:55.928 [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 22:21:55.929 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.929 [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 22:21:55.929 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.930 [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 22:21:55.930 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.931 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.932 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 22:21:55.933 [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 22:21:55.933 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.934 [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 22:21:55.934 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.934 [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 22:21:55.934 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.936 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.936 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 22:21:55.937 [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 22:21:55.937 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.938 [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 22:21:55.938 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.939 [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 22:21:55.939 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.940 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.940 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 22:21:55.941 [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 22:21:55.941 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.942 [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 22:21:55.942 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.943 [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 22:21:55.943 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.944 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.944 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 22:21:55.946 [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 22:21:55.946 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.946 [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 22:21:55.946 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.947 [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 22:21:55.947 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.948 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.948 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 22:21:55.950 [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 22:21:55.950 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.950 [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 22:21:55.950 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.951 [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 22:21:55.951 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.964 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.964 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 22:21:55.966 [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 22:21:55.966 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.966 [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 22:21:55.966 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.967 [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 22:21:55.967 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.968 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.969 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 22:21:55.970 [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 22:21:55.970 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.971 [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 22:21:55.971 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.971 [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 22:21:55.971 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.972 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.973 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 22:21:55.973 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 22:21:55.974 [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 22:21:55.974 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.975 [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 22:21:55.975 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.976 [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 22:21:55.976 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.977 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.977 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 22:21:55.978 [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 22:21:55.979 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.979 [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 22:21:55.979 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.980 [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 22:21:55.980 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.981 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.981 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 22:21:55.983 [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 22:21:55.983 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.983 [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 22:21:55.984 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.984 [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 22:21:55.984 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.985 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.986 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 22:21:55.987 [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 22:21:55.987 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.988 [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 22:21:55.988 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.988 [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 22:21:55.988 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.990 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.990 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 22:21:55.991 [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 22:21:55.991 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.992 [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 22:21:55.992 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.992 [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 22:21:55.992 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.994 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.994 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 22:21:55.995 [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 22:21:55.995 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.996 [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 22:21:55.996 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.996 [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 22:21:55.997 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:55.998 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:55.998 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 22:21:56.015 [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 22:21:56.015 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.015 [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 22:21:56.016 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.016 [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 22:21:56.016 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.017 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:56.018 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 22:21:56.019 [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 22:21:56.019 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.020 [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 22:21:56.020 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.020 [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 22:21:56.020 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.022 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:56.022 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 22:21:56.023 [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 22:21:56.023 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.024 [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 22:21:56.024 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.024 [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 22:21:56.024 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.026 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:56.026 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 22:21:56.027 [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 22:21:56.027 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.028 [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 22:21:56.028 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.028 [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 22:21:56.028 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.029 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 50 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:56.030 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 22:21:56.031 [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 22:21:56.031 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.031 [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 22:21:56.031 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.032 [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 22:21:56.032 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.033 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopBaseDockerEnvironment(DockerSteps.java:402) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:240) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 22:21:56.033 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 22:21:56.033 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 22:21:56.037 [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 22:21:56.037 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.037 [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 22:21:56.037 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.038 [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 22:21:56.038 [jersey-client-async-executor-0] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 22:21:56.039 [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 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) ... 51 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted And Start base docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment() com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:21) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.058 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 22:21:56.058 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 22:21:56.059 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.059 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.059 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 22:21:56.060 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.060 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.060 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 22:21:56.060 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.060 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.070 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 22:21:56.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.071 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 22:21:56.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.073 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.126 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.132 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.134 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.134 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.134 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.134 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.185 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.216 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.216 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.216 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.217 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.217 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.217 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.217 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.218 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.218 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.218 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 22:21:56.219 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 22:21:56.219 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 22:21:56.228 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.228 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.228 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.228 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.229 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.229 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.238 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.263 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.270 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.317 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.323 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.323 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.324 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.324 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.324 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.324 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.332 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.341 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.344 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.350 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.361 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.362 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.362 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.362 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.362 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.362 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.373 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.378 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.417 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 22:21:56.418 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.418 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.418 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.418 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.418 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.418 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 22:21:56.419 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 22:21:56.419 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 22:21:56.419 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 22:21:56.419 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 22:21:56.419 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.423 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.428 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.430 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.430 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.431 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.431 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.431 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.431 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.435 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.441 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.471 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.477 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.518 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:21:56.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.519 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.528 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (null) 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:56.532 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 22:21:56.533 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ########################### Called DBHelper ########################### java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:622) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:194) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439) at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:173) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:152) at org.h2.Driver.connect(Driver.java:69) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228) at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:591) at org.h2.util.NetUtils.createSocket(NetUtils.java:103) at org.h2.util.NetUtils.createSocket(NetUtils.java:83) at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435) ... 52 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With All Valid Parameters # features/jobScheduling/TriggerServiceI9n.feature:23 22:21:58.016 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:21:58.017 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting... 22:21:58.431 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed. 22:21:58.718 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:58.720 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:28) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:58.735 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:58.736 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - =================== Persistence Unit Config: kapua-commons =================== 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Datasource Name: kapua-dbpool 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | Configuration Overrides 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - | eclipselink.cache.shared.default: false 22:21:58.749 [main] INFO o.e.k.c.j.AbstractEntityManagerFactory - ================================================================================== 22:21:58.751 [main] INFO eclipselink.logging.all - EclipseLink, version: Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3 22:21:58.754 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:58.756 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule Without Name # features/jobScheduling/TriggerServiceI9n.feature:40 22:21:58.830 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:58.831 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:46) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:58.836 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:58.836 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:58.836 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:58.838 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Name Only # features/jobScheduling/TriggerServiceI9n.feature:56 22:21:58.892 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:58.893 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:61) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:58.916 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:58.916 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:58.916 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:58.917 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Non-Unique Name # features/jobScheduling/TriggerServiceI9n.feature:70 22:21:58.980 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:58.981 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:76) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "0:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And The trigger is set to start today at "23:59" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "12:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:58.987 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:58.987 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:58.987 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:58.988 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Max Length Name # features/jobScheduling/TriggerServiceI9n.feature:90 22:21:59.068 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.069 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:96) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.073 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.074 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.074 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.075 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Min Length Name # features/jobScheduling/TriggerServiceI9n.feature:104 22:21:59.152 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.154 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:110) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "www" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.158 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.158 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.158 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.160 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule Without The Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:122 22:21:59.221 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.222 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:127) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.227 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.227 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.227 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.228 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Non-Unique Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:136 22:21:59.279 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.280 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:142) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.285 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.285 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.285 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.287 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Start Date Only # features/jobScheduling/TriggerServiceI9n.feature:153 22:21:59.349 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.350 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:159) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.354 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.355 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.355 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.356 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With Non-Unique End Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:173 22:21:59.419 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.421 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:179) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) Then A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.427 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.427 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.427 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.429 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With End Date Only # features/jobScheduling/TriggerServiceI9n.feature:192 22:21:59.478 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.479 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:197) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.484 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.484 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.484 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.485 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With End Time before Start time # features/jobScheduling/TriggerServiceI9n.feature:211 22:21:59.549 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.550 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:216) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.555 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.555 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.555 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.556 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Device Connect" Schedule With the same Start and End time # features/jobScheduling/TriggerServiceI9n.feature:227 22:21:59.616 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.617 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:232) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.621 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.622 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.622 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.623 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With All Valid Parameters # features/jobScheduling/TriggerServiceI9n.feature:247 22:21:59.675 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.676 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:252) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:21:59.681 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.681 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.681 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.682 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule Without a Name # features/jobScheduling/TriggerServiceI9n.feature:266 22:21:59.751 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.752 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:272) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.757 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.757 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.757 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.758 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Name Only # features/jobScheduling/TriggerServiceI9n.feature:283 22:21:59.818 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.819 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:288) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.825 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.825 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.825 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.826 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Non-Unique Name # features/jobScheduling/TriggerServiceI9n.feature:298 22:21:59.871 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.872 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:304) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "12:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.876 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.877 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.877 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.878 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Max Length Name # features/jobScheduling/TriggerServiceI9n.feature:319 22:21:59.938 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.939 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:324) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:21:59.944 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.944 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.944 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.945 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Interval Job" Schedule With Too Long Name # features/jobScheduling/TriggerServiceI9n.feature:334 22:21:59.991 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:21:59.992 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:339) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:21:59.996 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:21:59.996 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:21:59.996 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:21:59.997 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Min Length Name # features/jobScheduling/TriggerServiceI9n.feature:350 22:22:00.057 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.058 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:355) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "www" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:22:00.061 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.061 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.062 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.063 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule Without The Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:369 22:22:00.117 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.118 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:374) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.121 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.121 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.121 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.122 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Non-Unique Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:383 22:22:00.171 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.172 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:389) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:22:00.176 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.176 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.176 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.177 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Start Date Only # features/jobScheduling/TriggerServiceI9n.feature:404 22:22:00.234 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.235 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:409) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.239 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.239 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.239 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.240 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Non-Unique End Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:424 22:22:00.283 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.284 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:430) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) Then A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) And I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:22:00.288 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.288 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.288 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.289 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With End Date Only # features/jobScheduling/TriggerServiceI9n.feature:446 22:22:00.344 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.345 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:451) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.348 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.348 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.348 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.349 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With End Time before Start time # features/jobScheduling/TriggerServiceI9n.feature:465 22:22:00.392 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.393 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:470) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.396 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.396 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.396 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.397 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With the same Start and End time # features/jobScheduling/TriggerServiceI9n.feature:482 22:22:00.451 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.452 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:487) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set retry interval to 1 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.455 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.455 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.455 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.456 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule With Null Interval Number # features/jobScheduling/TriggerServiceI9n.feature:503 22:22:00.500 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.515 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:508) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "0:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And The trigger is set to end tomorrow at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String) Then I set retry interval to null # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalToNull() 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.518 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.518 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.518 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.519 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Interval Job" Schedule Without Interval Number # features/jobScheduling/TriggerServiceI9n.feature:520 22:22:00.563 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.563 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:525) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "0:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And The trigger is set to end tomorrow at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:22:00.566 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.566 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.566 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.568 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With All Valid Parameters # features/jobScheduling/TriggerServiceI9n.feature:540 22:22:00.630 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:22:00.630 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:545) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:22:00.633 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:22:00.633 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:22:00.633 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:22:00.634 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format # features/jobScheduling/TriggerServiceI9n.feature:555 22:22:30.677 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:23:00.678 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:23:35.680 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:24:10.681 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:24:10.682 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:560) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) Then I set cron expression to "1" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:24:10.686 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:24:10.686 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:24:10.686 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:24:40.687 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:26:10.689 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value # features/jobScheduling/TriggerServiceI9n.feature:571 22:26:40.731 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:27:10.732 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:27:45.733 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:28:20.734 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:28:20.735 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:576) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:28:20.739 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:28:20.739 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:28:20.739 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:28:50.741 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:30:20.743 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule Without The Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:590 22:30:50.791 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:31:20.793 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:31:55.794 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:32:30.795 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:32:30.796 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:595) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:32:30.800 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:32:30.800 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:32:30.800 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:33:00.801 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:34:30.803 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With Non-Unique Start Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:605 22:35:00.849 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:35:30.850 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:36:05.852 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:36:40.853 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:36:40.854 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:611) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) Then I set cron expression to "0 15 15 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:36:40.858 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:36:40.858 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:36:40.858 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:37:10.859 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:38:40.861 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With Start Date Only # features/jobScheduling/TriggerServiceI9n.feature:626 22:39:10.906 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:39:40.907 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:40:15.908 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:40:50.910 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:40:50.911 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:631) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) Then I set cron expression to "0 15 15 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:40:50.915 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:40:50.915 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:40:50.916 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:41:20.917 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:42:50.919 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With Non-Unique End Date Parameter # features/jobScheduling/TriggerServiceI9n.feature:646 22:43:20.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:43:50.966 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:44:25.967 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:45:00.969 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:45:00.970 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:652) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) Then A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set cron expression to "0 15 15 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And A regular trigger creator with the name "schedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set cron expression to "0 15 15 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() 22:45:00.974 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:45:00.974 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:45:00.974 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:45:30.975 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:47:00.978 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With End Date Only # features/jobScheduling/TriggerServiceI9n.feature:668 22:47:31.032 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:48:01.033 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:48:36.035 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:49:11.036 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:49:11.037 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:673) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) When I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:49:11.041 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:49:11.041 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:49:11.041 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:49:41.042 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:51:11.044 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With End Time before Start time # features/jobScheduling/TriggerServiceI9n.feature:688 22:51:41.088 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:52:11.089 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:52:46.090 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:53:21.091 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:53:21.092 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:693) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:53:21.096 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:53:21.096 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:53:21.096 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:53:51.097 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:55:21.100 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Adding "Cron Job" Schedule With the same Start and End time # features/jobScheduling/TriggerServiceI9n.feature:705 22:55:51.143 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:56:21.144 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:56:56.145 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 22:57:31.146 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 22:57:31.148 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:710) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) 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) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) 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) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And An exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.exceptionCaught() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 22:57:31.152 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 22:57:31.152 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 22:57:31.152 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 22:58:01.154 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 22:59:31.156 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Deleting "Interval Schedule" Triggering # features/jobScheduling/TriggerServiceI9n.feature:726 23:00:01.200 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:00:31.201 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:01:06.202 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:01:41.203 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:01:41.204 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:731) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Interval Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And The trigger is set to end tomorrow at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String) Then I set retry interval to 2 # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetRetryIntervalTo(long) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then I delete trigger with name "schedule0" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String) And I search for the trigger with name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String) And There is no trigger with the name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String) Then I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:01:41.208 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:01:41.208 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:01:41.208 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:02:11.209 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:03:41.211 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Deleting "Cron Schedule" Triggering # features/jobScheduling/TriggerServiceI9n.feature:748 23:04:11.252 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:04:41.253 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:05:16.254 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:05:51.255 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:05:51.256 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:753) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Cron Job" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) 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) And The trigger is set to end tomorrow at "20:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String) Then I set cron expression to "0 15 10 * * ?" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSetCronExpressionTo(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then I delete trigger with name "schedule0" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String) And I search for the trigger with name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String) And There is no trigger with the name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String) Then I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:05:51.259 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:05:51.259 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:05:51.259 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:06:21.260 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:07:51.263 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base Scenario: Deleting "Device Schedule" Triggering # features/jobScheduling/TriggerServiceI9n.feature:770 23:08:21.302 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:08:51.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:09:26.304 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:10:01.306 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:10:01.307 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:775) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I create a job with the name "job0" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) When I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "schedule0" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "10:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() Then I delete trigger with name "schedule0" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iDeleteTriggerWithName(java.lang.String) And I search for the trigger with name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iSearchForTheTriggerWithNameInTheDatabase(java.lang.String) And There is no trigger with the name "schedule0" in the database # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.thereIsNoTriggerWithTheNameInTheDatabase(java.lang.String) Then I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:10:01.311 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:10:01.311 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:10:01.311 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:10:31.313 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:12:01.315 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegrationBase @env_docker_base @teardown Scenario: Stop test environment # features/jobScheduling/TriggerServiceI9n.feature:787 23:12:01.357 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 23:12:01.357 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 23:12:01.361 [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 23:12:01.361 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.362 [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 23:12:01.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.362 [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 23:12:01.362 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.364 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.364 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 23:12:01.364 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:12:01.364 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:12:01.364 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 23:12:01.365 [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 23:12:01.365 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.365 [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 23:12:01.365 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.366 [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 23:12:01.366 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.367 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.367 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 23:12:01.367 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 23:12:01.369 [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 23:12:01.369 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.369 [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 23:12:01.369 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.370 [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 23:12:01.370 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.371 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.371 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 23:12:01.372 [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 23:12:01.372 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.372 [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 23:12:01.373 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.373 [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 23:12:01.373 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.374 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.374 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 23:12:01.375 [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 23:12:01.375 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.376 [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 23:12:01.376 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.376 [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 23:12:01.376 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.378 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.378 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 23:12:01.379 [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 23:12:01.379 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.379 [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 23:12:01.379 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.380 [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 23:12:01.380 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.381 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.381 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 23:12:01.382 [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 23:12:01.382 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.383 [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 23:12:01.383 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.383 [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 23:12:01.383 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.384 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.384 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 23:12:01.385 [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 23:12:01.385 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.386 [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 23:12:01.386 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.386 [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 23:12:01.386 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.387 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.388 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 23:12:01.389 [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 23:12:01.389 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.390 [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 23:12:01.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.390 [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 23:12:01.390 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.391 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.392 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 23:12:01.393 [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 23:12:01.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.393 [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 23:12:01.393 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.394 [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 23:12:01.394 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.395 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.395 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 23:12:01.396 [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 23:12:01.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.396 [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 23:12:01.396 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.397 [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 23:12:01.397 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.398 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.398 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 23:12:01.398 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 23:12:01.399 [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 23:12:01.399 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.399 [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 23:12:01.400 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.414 [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 23:12:01.415 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.416 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.416 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 23:12:01.417 [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 23:12:01.417 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.417 [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 23:12:01.417 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.418 [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 23:12:01.418 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.419 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.419 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 23:12:01.420 [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 23:12:01.420 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.421 [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 23:12:01.421 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.421 [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 23:12:01.421 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.422 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.422 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 23:12:01.423 [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 23:12:01.423 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.424 [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 23:12:01.424 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.424 [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 23:12:01.424 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.425 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.426 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 23:12:01.427 [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 23:12:01.427 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.427 [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 23:12:01.427 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.428 [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 23:12:01.428 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.429 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.429 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 23:12:01.430 [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 23:12:01.430 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.430 [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 23:12:01.430 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.431 [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 23:12:01.431 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.432 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.432 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 23:12:01.433 [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 23:12:01.433 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.434 [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 23:12:01.434 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.434 [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 23:12:01.434 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.435 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.435 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 23:12:01.436 [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 23:12:01.436 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.437 [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 23:12:01.437 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.437 [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 23:12:01.437 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.438 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.438 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 23:12:01.439 [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 23:12:01.439 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.440 [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 23:12:01.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.440 [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 23:12:01.440 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.442 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.442 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 23:12:01.443 [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 23:12:01.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.443 [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 23:12:01.443 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.444 [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 23:12:01.444 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.445 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.445 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 23:12:01.446 [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 23:12:01.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.446 [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 23:12:01.446 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.447 [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 23:12:01.447 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:01.448 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:01.448 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE Given Stop full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment() 23:12:01.448 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... 23:12:01.448 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Reset shiro security manager... DONE And Reset Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.stop() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [ERROR] Tests run: 87, Failures: 0, Errors: 86, Skipped: 0, Time elapsed: 3,010.625 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunTriggerServiceI9nTest [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 6.016 s <<< ERROR! com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at ✽.Start base docker environment(classpath:features/jobScheduling/TriggerServiceI9n.feature:21) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironment(DockerSteps.java:241) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more [ERROR] Trigger service tests.Init Security Context for all scenarios Time elapsed: 6.016 s <<< ERROR! java.lang.RuntimeException: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:72) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) Caused by: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:622) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:194) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:439) at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:321) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:173) at org.h2.jdbc.JdbcConnection.(JdbcConnection.java:152) at org.h2.Driver.connect(Driver.java:69) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:677) at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:228) at org.eclipse.kapua.qa.common.DBHelper.init(DBHelper.java:70) at org.eclipse.kapua.qa.common.BasicSteps.databaseInit(BasicSteps.java:434) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerBaseSetup(BasicSteps.java:420) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) at java.base/java.net.Socket.connect(Socket.java:591) at org.h2.util.NetUtils.createSocket(NetUtils.java:103) at org.h2.util.NetUtils.createSocket(NetUtils.java:83) at org.h2.engine.SessionRemote.initTransfer(SessionRemote.java:119) at org.h2.engine.SessionRemote.connectServer(SessionRemote.java:435) ... 52 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters Time elapsed: 0.865 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:28) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters Time elapsed: 0.865 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name Time elapsed: 0.081 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:46) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name Time elapsed: 0.081 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only Time elapsed: 0.079 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:61) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only Time elapsed: 0.08 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name Time elapsed: 0.069 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:76) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name Time elapsed: 0.09 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name Time elapsed: 0.065 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:96) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name Time elapsed: 0.066 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name Time elapsed: 0.084 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:110) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name Time elapsed: 0.085 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter Time elapsed: 0.068 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:127) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter Time elapsed: 0.068 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter Time elapsed: 0.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:142) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter Time elapsed: 0.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only Time elapsed: 0.069 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:159) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only Time elapsed: 0.069 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter Time elapsed: 0.073 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:179) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter Time elapsed: 0.073 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only Time elapsed: 0.055 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:197) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only Time elapsed: 0.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time Time elapsed: 0.069 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:216) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time Time elapsed: 0.069 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time Time elapsed: 0.066 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:232) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time Time elapsed: 0.066 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters Time elapsed: 0.058 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:252) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters Time elapsed: 0.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name Time elapsed: 0.076 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:272) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name Time elapsed: 0.076 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only Time elapsed: 0.066 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:288) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 51 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 53 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 57 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 65 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 86 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only Time elapsed: 0.067 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 63 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name Time elapsed: 0.051 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:304) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name Time elapsed: 0.051 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name Time elapsed: 0.066 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:324) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name Time elapsed: 0.067 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name Time elapsed: 0.065 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:339) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name Time elapsed: 0.065 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name Time elapsed: 0.052 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:355) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name Time elapsed: 0.052 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter Time elapsed: 0.058 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:374) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter Time elapsed: 0.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 0.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:389) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 0.054 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only Time elapsed: 0.062 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:409) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only Time elapsed: 0.062 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter Time elapsed: 0.049 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:430) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter Time elapsed: 0.049 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only Time elapsed: 0.06 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:451) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only Time elapsed: 0.06 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time Time elapsed: 0.047 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:470) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time Time elapsed: 0.06 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time Time elapsed: 0.046 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:487) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time Time elapsed: 0.046 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number Time elapsed: 0.063 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:508) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number Time elapsed: 0.064 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number Time elapsed: 0.047 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:525) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number Time elapsed: 0.047 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Time elapsed: 0.066 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:545) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] Error Code: 42102 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "USR_USER" not found; SQL statement: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableFilter(Parser.java:1970) at org.h2.command.Parser.parseSelectFromPart(Parser.java:2827) at org.h2.command.Parser.parseSelect(Parser.java:2959) at org.h2.command.Parser.parseQuerySub(Parser.java:2817) at org.h2.command.Parser.parseSelectUnion(Parser.java:2649) at org.h2.command.Parser.parseQuery(Parser.java:2620) at org.h2.command.Parser.parsePrepared(Parser.java:868) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 85 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Time elapsed: 0.067 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:342) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:700) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:313) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] at org.h2.message.DbException.getJdbcSQLException(DbException.java:453) at org.h2.message.DbException.getJdbcSQLException(DbException.java:429) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.Parser.readTableOrView(Parser.java:7628) at org.h2.command.Parser.readTableOrView(Parser.java:7599) at org.h2.command.Parser.readSimpleTableFilter(Parser.java:1350) at org.h2.command.Parser.parseUpdate(Parser.java:1288) at org.h2.command.Parser.parsePrepared(Parser.java:1005) at org.h2.command.Parser.parse(Parser.java:843) at org.h2.command.Parser.parse(Parser.java:815) at org.h2.command.Parser.prepareCommand(Parser.java:738) at org.h2.engine.Session.prepareLocal(Session.java:657) at org.h2.engine.Session.prepareCommand(Session.java:595) at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1235) at org.h2.jdbc.JdbcPreparedStatement.(JdbcPreparedStatement.java:76) at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:352) at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:337) at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1611) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.prepareStatement(DatabaseAccessor.java:1558) at org.eclipse.persistence.internal.databaseaccess.DatabaseCall.prepareStatement(DatabaseCall.java:762) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:628) ... 62 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format Time elapsed: 250.053 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:560) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format Time elapsed: 250.054 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value Time elapsed: 250.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:576) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value Time elapsed: 250.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter Time elapsed: 250.058 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:595) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter Time elapsed: 250.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 250.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:611) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter Time elapsed: 250.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only Time elapsed: 250.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:631) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only Time elapsed: 250.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter Time elapsed: 250.057 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:652) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter Time elapsed: 250.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only Time elapsed: 250.064 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:673) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only Time elapsed: 250.065 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time Time elapsed: 250.055 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:693) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time Time elapsed: 250.056 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time Time elapsed: 250.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:710) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time Time elapsed: 250.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering Time elapsed: 250.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:731) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering Time elapsed: 250.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering Time elapsed: 250.051 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:753) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering Time elapsed: 250.051 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering Time elapsed: 250.052 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/TriggerServiceI9n.feature:775) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering Time elapsed: 250.053 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [INFO] Running org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest @jobsIntegration @env_docker @setup Scenario: Start full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:19 23:12:01.832 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 23:12:01.832 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 23:12:01.834 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 23:12:01.839 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 23:12:01.839 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 23:12:02.125 [main] INFO org.reflections.Reflections - Reflections took 279 ms to scan 98 urls, producing 839 keys and 2475 values 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 23:12:02.132 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:12:02.133 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 23:12:02.928 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 23:12:02.928 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 23:12:02.929 [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 23:12:02.989 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.015 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 23:12:03.015 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 23:12:03.016 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 23:12:03.016 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 23:12:03.022 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 23:12:03.022 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 23:12:03.025 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 23:12:03.025 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.025 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.025 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.028 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.029 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.029 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.029 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 23:12:03.029 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.029 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.033 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.035 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.042 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 23:12:03.043 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.048 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.048 [main] INFO o.e.k.s.a.s.AuthenticationServiceShiroImpl - Cache enabled. Initializing CachePasswordChecker... 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.149 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.151 [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. 23:12:03.151 [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. 23:12:03.151 [main] INFO o.a.s.c.IniSecurityManagerFactory - Realms have been explicitly set on the SecurityManager instance - auto-setting of realms will not occur. 23:12:03.151 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 23:12:03.152 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 23:12:03.152 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 23:12:03.152 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 23:12:03.154 [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 23:12:03.154 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.154 [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 23:12:03.154 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.155 [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 23:12:03.155 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.156 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.156 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 23:12:03.156 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:12:03.156 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:12:03.156 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 23:12:03.157 [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 23:12:03.157 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.158 [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 23:12:03.158 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.158 [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 23:12:03.158 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.159 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.159 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 23:12:03.159 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 23:12:03.160 [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 23:12:03.161 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.161 [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 23:12:03.161 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.161 [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 23:12:03.161 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.162 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.162 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 23:12:03.163 [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 23:12:03.163 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.164 [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 23:12:03.164 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.164 [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 23:12:03.164 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.165 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.165 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 23:12:03.166 [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 23:12:03.167 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.167 [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 23:12:03.167 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.167 [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 23:12:03.167 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.168 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.168 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 23:12:03.169 [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 23:12:03.169 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.170 [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 23:12:03.170 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.170 [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 23:12:03.170 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.171 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.171 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 23:12:03.172 [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 23:12:03.172 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.173 [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 23:12:03.173 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.173 [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 23:12:03.173 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.174 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.174 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 23:12:03.176 [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 23:12:03.176 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.176 [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 23:12:03.176 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.176 [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 23:12:03.176 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.177 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.178 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 23:12:03.179 [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 23:12:03.179 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.179 [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 23:12:03.179 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.179 [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 23:12:03.179 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.180 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.181 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 23:12:03.182 [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 23:12:03.182 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.182 [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 23:12:03.182 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.182 [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 23:12:03.182 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.184 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.184 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 23:12:03.185 [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 23:12:03.185 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.185 [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 23:12:03.185 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.186 [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 23:12:03.186 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.187 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.187 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 23:12:03.187 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 23:12:03.188 [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 23:12:03.188 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.188 [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 23:12:03.188 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.189 [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 23:12:03.189 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.190 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.190 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 23:12:03.191 [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 23:12:03.191 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.192 [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 23:12:03.192 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.192 [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 23:12:03.192 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.193 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.193 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 23:12:03.194 [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 23:12:03.194 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.195 [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 23:12:03.195 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.195 [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 23:12:03.195 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.196 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.196 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 23:12:03.198 [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 23:12:03.198 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.215 [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 23:12:03.215 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.215 [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 23:12:03.215 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.216 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.216 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 23:12:03.217 [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 23:12:03.217 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.218 [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 23:12:03.218 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.218 [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 23:12:03.218 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.219 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.219 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 23:12:03.221 [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 23:12:03.221 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.221 [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 23:12:03.221 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.221 [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 23:12:03.221 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.222 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.223 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 23:12:03.224 [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 23:12:03.224 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.224 [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 23:12:03.224 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.225 [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 23:12:03.225 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.226 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.226 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 23:12:03.227 [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 23:12:03.227 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.228 [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 23:12:03.228 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.228 [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 23:12:03.228 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.229 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.229 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 23:12:03.230 [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 23:12:03.230 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.231 [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 23:12:03.231 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.231 [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 23:12:03.231 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.232 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.232 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 23:12:03.233 [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 23:12:03.233 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.234 [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 23:12:03.234 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.234 [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 23:12:03.234 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.235 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.235 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 23:12:03.236 [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 23:12:03.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.236 [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 23:12:03.236 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.237 [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 23:12:03.237 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.238 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:12:03.238 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 23:12:03.238 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 23:12:03.239 [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 23:12:03.239 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.239 [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 23:12:03.239 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.239 [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 23:12:03.240 [jersey-client-async-executor-1] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:12:03.240 [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 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) ... 51 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted And Start full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment() com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:21) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.262 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-scheduler =================== 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.267 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.267 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.268 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.277 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 23:12:03.277 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.283 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.286 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.290 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.294 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.299 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:03.305 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.038 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.043 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.046 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.053 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.061 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.066 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.074 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.077 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.081 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.084 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.090 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 23:12:04.095 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.096 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.104 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.106 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-job =================== 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:12:04.116 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== @jobsIntegration @env_docker Scenario: Executing Job When Device Connected After The Specified Start Date And Time # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:23 23:12:34.175 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:13:04.176 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:13:39.177 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:14:14.178 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:14:14.179 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:32) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() And Search for step definition with the name "Command Execution" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "00:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "COMMAND" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:14:14.184 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:14:14.184 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:14:14.184 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:14:44.185 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:16:14.187 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker Scenario: Executing Job When Device Connected Before The Specified Start Date And Time # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:65 23:16:44.233 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:17:14.234 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:17:49.235 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:18:24.236 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:18:24.237 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:74) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 1 second # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() And Search for step definition with the name "Command Execution" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule2" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start tomorrow at "06:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerStartDate(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "BIRTH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:18:24.241 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:18:24.241 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:18:24.241 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:18:54.243 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:20:24.245 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker Scenario: Executing Job When Device Connected Before End Date And Time # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:108 23:20:54.297 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:21:24.298 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:21:59.300 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:22:34.301 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:22:34.302 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:117) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 1 second # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() And Search for step definition with the name "Command Execution" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule3" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "00:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And The trigger is set to end tomorrow at "20:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTomorrowAsTriggerEndDate(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "COMMAND" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:22:34.306 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:22:34.306 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:22:34.306 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:23:04.308 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:24:34.310 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker Scenario: Executing Job When Device Connected After End Date And Time # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:152 23:25:04.353 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:25:34.354 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:26:09.355 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:26:44.356 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:26:44.358 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:161) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 1 second # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() And Search for step definition with the name "Command Execution" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule4" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "0:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) And The trigger is set to end in 10 seconds # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setWithinSecondsAsTriggerEndDate(int) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I wait 11 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "BIRTH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:26:44.361 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:26:44.361 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:26:44.361 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:27:14.362 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:28:44.364 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker Scenario: Executing Job And Then Restarting Device # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:197 23:29:14.408 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:29:44.409 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:30:19.411 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:30:54.413 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:30:54.414 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:207) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 1 second # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() And Search for step definition with the name "Command Execution" # org.eclipse.kapua.service.job.steps.JobStepDefinitionServiceSteps.searchARegularStepDefinitionWithProperties(java.lang.String) 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) When I create a new JobStep from the existing creator # org.eclipse.kapua.service.job.steps.JobStepServiceSteps.iCreateAJobStepFromTheCreator() Then No exception was thrown # org.eclipse.kapua.qa.common.BasicSteps.noExceptionCaught() And I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "00:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And I wait 14 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) 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) And The type of the last event is "COMMAND" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() Then Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "BIRTH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:30:54.419 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:30:54.419 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:30:54.420 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:31:24.421 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:32:54.423 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker Scenario: Executing Job Without Steps # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:247 23:33:24.467 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:33:54.468 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:34:29.469 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:35:04.470 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:35:04.471 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:256) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) Then Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) When KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 1 second # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) Then Device status is "DISCONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) 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) And The type of the last event is "DEATH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Given I create a job with the name "TestJob" # org.eclipse.kapua.service.job.steps.JobServiceSteps.createANamedJob(java.lang.String) And A new job target item # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.createANewTarget() Then I find scheduler properties with name "Device Connect" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.iFindTriggerPropertiesWithName(java.lang.String) And A regular trigger creator with the name "TestSchedule1" is created # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.aRegularTriggerCreatorWithTheName(java.lang.String) And The trigger is set to start today at "00:00" # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.setTodayAsTriggerStartDate(java.lang.String) Then I create a new trigger from the existing creator with previously defined date properties # org.eclipse.kapua.service.scheduler.steps.JobScheduleServiceSteps.createTriggerWithDateProperties() And I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() When Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) 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) And The type of the last event is "BIRTH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I wait 3 seconds # org.eclipse.kapua.qa.common.BasicSteps.waitSeconds(int) When I restart the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.restartKuraMock() Then Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) 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) And I search for the last job target in the database # org.eclipse.kapua.service.job.steps.JobTargetServiceSteps.findLastJobTarget() 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) 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) And The type of the last event is "BIRTH" # org.eclipse.kapua.service.device.registry.steps.DeviceRegistrySteps.checkLastEventType(java.lang.String) And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:35:04.476 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:35:04.476 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:35:04.476 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:35:34.477 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:37:04.479 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @jobsIntegration @env_docker @teardown Scenario: Stop full docker environment # features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:290 23:37:04.520 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 23:37:04.520 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 23:37:04.523 [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 23:37:04.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.523 [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 23:37:04.523 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.524 [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 23:37:04.524 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.525 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 23:37:04.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:37:04.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:37:04.525 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 23:37:04.526 [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 23:37:04.526 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.526 [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 23:37:04.526 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.527 [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 23:37:04.527 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.528 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.528 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 23:37:04.528 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 23:37:04.529 [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 23:37:04.529 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.530 [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 23:37:04.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.530 [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 23:37:04.530 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.531 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.532 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 23:37:04.533 [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 23:37:04.533 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.533 [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 23:37:04.533 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.534 [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 23:37:04.534 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.535 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.535 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 23:37:04.536 [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 23:37:04.536 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.537 [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 23:37:04.537 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.537 [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 23:37:04.537 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.538 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.538 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 23:37:04.539 [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 23:37:04.539 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.540 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.540 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.541 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.541 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 23:37:04.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 23:37:04.542 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.542 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.543 [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 23:37:04.543 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.544 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.544 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 23:37:04.545 [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 23:37:04.545 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.546 [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 23:37:04.546 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.546 [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 23:37:04.546 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.547 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.548 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 23:37:04.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 23:37:04.549 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.550 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.550 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.551 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.557 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 23:37:04.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 23:37:04.559 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.559 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.560 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.561 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.561 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 23:37:04.562 [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 23:37:04.562 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.563 [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 23:37:04.563 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.563 [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 23:37:04.563 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.564 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.564 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 23:37:04.564 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 23:37:04.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 23:37:04.565 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.566 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.566 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.567 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.568 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 23:37:04.569 [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 23:37:04.569 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.569 [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 23:37:04.569 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.570 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.571 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.571 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 23:37:04.573 [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 23:37:04.573 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.573 [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 23:37:04.573 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.573 [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 23:37:04.573 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.574 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.574 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 23:37:04.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 23:37:04.576 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.576 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.577 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.578 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.578 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 23:37:04.580 [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 23:37:04.580 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.580 [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 23:37:04.580 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.581 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.582 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.582 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 23:37:04.583 [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 23:37:04.583 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.584 [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 23:37:04.584 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.584 [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 23:37:04.584 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.585 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.585 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 23:37:04.586 [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 23:37:04.586 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.587 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.587 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.588 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.588 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 23:37:04.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 23:37:04.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.589 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.590 [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 23:37:04.590 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.590 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.591 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 23:37:04.592 [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 23:37:04.592 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.592 [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 23:37:04.592 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.592 [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 23:37:04.592 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.593 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.593 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 23:37:04.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 23:37:04.594 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.595 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.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 23:37:04.595 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.596 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.596 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 23:37:04.597 [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 23:37:04.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.597 [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 23:37:04.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.597 [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 23:37:04.597 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:04.598 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment(DockerSteps.java:397) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:04.598 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE Given Stop full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironment() ┌───────────────────────────────────────────────────────────────────────────────────┐ │ Share your Cucumber Report with your team at https://reports.cucumber.io │ │ Activate publishing with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.enabled=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.enabled=true │ │ Environment variable: CUCUMBER_PUBLISH_ENABLED=true │ │ JUnit: @CucumberOptions(publish = true) │ │ │ │ More information at https://cucumber.io/docs/cucumber/environment-variables/ │ │ │ │ Disable this message with one of the following: │ │ │ │ src/test/resources/cucumber.properties: cucumber.publish.quiet=true │ │ src/test/resources/junit-platform.properties: cucumber.publish.quiet=true │ └───────────────────────────────────────────────────────────────────────────────────┘ [ERROR] Tests run: 14, Failures: 0, Errors: 13, Skipped: 0, Time elapsed: 1,502.352 s <<< FAILURE! - in org.eclipse.kapua.integration.service.jobScheduling.RunExecuteOnDeviceConnectI9nTest [ERROR] JobEngineService execute job on device connect.Start full docker environment Time elapsed: 1.831 s <<< ERROR! com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at ✽.Start full docker environment(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:21) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time Time elapsed: 250.073 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:32) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time Time elapsed: 250.073 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time Time elapsed: 250.056 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:74) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time Time elapsed: 250.057 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time Time elapsed: 250.064 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:117) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time Time elapsed: 250.064 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time Time elapsed: 250.053 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:161) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time Time elapsed: 250.054 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device Time elapsed: 250.058 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:207) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device Time elapsed: 250.058 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps Time elapsed: 250.054 s <<< ERROR! org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/jobScheduling/ExecuteOnDeviceConnectI9n.feature:256) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps Time elapsed: 250.055 s <<< ERROR! javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more [INFO] Running org.eclipse.kapua.integration.service.device.management.RunDeviceManagementInventoryI9nTest @deviceManagement @deviceManagementInventory @env_docker @setup Scenario: Start full docker environment # features/deviceManagement/DeviceManagementInventoryI9n.feature:24 23:37:04.766 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... 23:37:04.767 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema: kapuadb 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.schema.update: true 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.host: localhost 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.port: 3306 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbcConnectionUrlResolver: DEFAULT 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.jdbc.driver: org.h2.Driver 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - commons.db.connection.scheme: jdbc:h2:tcp 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.node: 127.0.0.1:9200 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Rest: datastore.elasticsearch.port: null 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =============================================== 23:37:04.768 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - =====> Init parameters for docker environment... DONE 23:37:04.769 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initializing Servicelocator instance... 23:37:04.769 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... 23:37:04.947 [main] INFO org.reflections.Reflections - Reflections took 173 ms to scan 98 urls, producing 839 keys and 2475 values 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua Locator Configuration =================== 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Stage: DEVELOPMENT 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded Kapua Modules 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.CommonsModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.CommonsConfigurationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.configuration.metatype.CommonsMetatypeModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.jpa.CommonJpaModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.metric.CommonMetricsModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.model.id.CommonsModelIdModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.rest.filters.settings.RestFiltersModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.event.store.internal.CommonsServiceEventModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.service.internal.cache.CacheModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.setting.system.SystemSettingModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons.storage.memory.adapters.AdaptersWiring 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc.TestConfigModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client.JobEngineClientModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.GuiceLocatorImpl$1 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.locator.guice.KapuaModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.MessageModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.data.MessageDataModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message.internal.device.lifecycle.MessageLifecycleModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin.sso.openid.provider.OpenIdModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.RegistrationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security.registration.simple.SimpleRegistrationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.account.internal.AccountModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.AuthenticationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.shiro.AuthenticationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authentication.user.shiro.UserCredentialsModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.authorization.shiro.AuthorizationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.camel.application.CamelModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.info.internal.CertificateInfoModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.certificate.internal.CertificateModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.DatastoreModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.datastore.internal.model.query.predicate.DatastoreQueryPredicateModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.authentication.DeviceAuthenticationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.call.kura.DeviceCallKuraModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.connection.listener.internal.DeviceConnectionEventListenerModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.internal.DeviceManagementAssetModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.asset.store.dummy.DeviceAssetStoreModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.bundle.internal.DeviceManagementBundleModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.command.internal.DeviceManagementCommandModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.commons.DeviceCommonsModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.internal.DeviceManagementConfigurationModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.configuration.store.dummy.DeviceConfigurationStoreModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.inventory.internal.DeviceManagementInventoryModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.internal.DeviceManagementJobModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.manager.internal.DeviceManagementJobManagerModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.job.scheduler.internal.DeviceManagementJobSchedulerModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.keystore.internal.DeviceManagementKeystoreModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.packages.internal.DeviceManagementPackagesModule 23:37:04.953 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.manager.internal.DeviceManagementRegistryModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.internal.DeviceManagementRegistryOperationModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.registry.operation.notification.internal.DeviceManagementRegistryNotificationModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.request.internal.DeviceManagementRequestModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.management.snapshot.internal.DeviceManagementSnapshotModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.device.registry.DeviceRegistryModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.endpoint.internal.EndpointModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.execution.internal.JobExecutionModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.internal.JobModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.definition.internal.JobStepDefinitionModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.step.internal.JobStepModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.job.targets.internal.JobTargetsModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.definition.quartz.SchedulerTriggerDefinitionModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.fired.quartz.SchedulerTriggerFiredModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.scheduler.trigger.quartz.SchedulerQuartzModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.id.StorableIdModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.storable.model.query.predicate.StorableQueryPredicateModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.stream.internal.StreamModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.tag.internal.TagModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.UserModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.user.internal.profile.UserProfileModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service.utils.internal.KapuaServiceUtilsModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KapuaKuraTranslatorsModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.KuraMqttTranslatorsModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.TranslatorHubModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator.jms.kura.JmsKuraTranslatorsModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.TransportModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport.mqtt.TransportMqttModule 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Overriding Kapua Modules 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded Kapua Modules 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:37:04.954 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 23:37:05.622 [main] INFO o.e.kapua.locator.guice.KapuaModule - Binding interceptors ... 23:37:05.622 [main] INFO o.e.kapua.locator.guice.KapuaModule - Requesting injection for org.eclipse.kapua.commons.event.RaiseServiceEventInterceptor 23:37:05.623 [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 23:37:05.670 [main] WARN o.e.k.c.metric.CommonMetricsModule - Unable to load Default Metric Registry - creating a new one 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-events =================== 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.674 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - =================== Kapua XmlSerializable Configuration =================== 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Resource Name: locator.xml 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Included packages 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.commons 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.integration.misc 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.job.engine.client 23:37:05.674 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.message 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.plugin 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.security 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.service 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.translator 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | org.eclipse.kapua.transport 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded packages 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | None 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Loaded XmlSerializable Classes: 0 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - | Excluded XmlSerializable Classes: 0 23:37:05.675 [main] INFO o.e.k.locator.guice.GuiceLocatorImpl - ================================================================================== 23:37:05.675 [main] INFO o.eclipse.kapua.locator.KapuaLocator - initialize Servicelocator with the default instance... DONE 23:37:05.680 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... 23:37:05.680 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Found Shiro security manager org.apache.shiro.mgt.DefaultSecurityManager@f1260a6 23:37:05.680 [main] INFO o.e.kapua.qa.common.utils.InitShiro - Init shiro security manager... DONE Given Init Security Context # org.eclipse.kapua.qa.common.utils.InitShiro.start() 23:37:05.680 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 23:37:05.680 [main] WARN org.eclipse.kapua.qa.common.DBHelper - ================================> invoked drop all on closed connection! 23:37:05.680 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Print containers logs 23:37:05.682 [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 23:37:05.682 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.682 [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 23:37:05.682 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.682 [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 23:37:05.682 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.683 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Print containers logs' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:408) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.683 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Print containers logs 23:37:05.683 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:37:05.683 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers log in exit disabled. 23:37:05.683 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove base containers 23:37:05.684 [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 23:37:05.684 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.685 [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 23:37:05.685 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.685 [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 23:37:05.685 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.686 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove base containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:411) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.686 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove base containers 23:37:05.686 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container job-engine... 23:37:05.687 [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 23:37:05.687 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.687 [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 23:37:05.688 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.688 [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 23:37:05.688 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.689 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.689 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /job-engine... 23:37:05.690 [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 23:37:05.690 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.690 [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 23:37:05.690 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.690 [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 23:37:05.690 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.691 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/job-engine' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.691 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container events-broker... 23:37:05.692 [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 23:37:05.692 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.693 [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 23:37:05.693 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.714 [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 23:37:05.715 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.716 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.716 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /events-broker... 23:37:05.717 [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 23:37:05.717 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.717 [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 23:37:05.717 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.717 [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 23:37:05.717 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.718 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/events-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.718 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container es... 23:37:05.719 [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 23:37:05.719 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.720 [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 23:37:05.720 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.720 [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 23:37:05.720 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.721 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.721 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /es... 23:37:05.722 [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 23:37:05.722 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.723 [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 23:37:05.723 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.723 [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 23:37:05.723 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.724 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/es' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.724 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container db... 23:37:05.725 [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 23:37:05.725 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.725 [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 23:37:05.725 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.725 [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 23:37:05.725 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.726 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.726 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /db... 23:37:05.727 [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 23:37:05.727 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.728 [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 23:37:05.728 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.728 [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 23:37:05.728 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.729 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/db' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:412) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.729 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove additional containers 23:37:05.730 [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 23:37:05.730 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.730 [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 23:37:05.730 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.730 [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 23:37:05.730 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.731 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove additional containers' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:413) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.731 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove additional containers 23:37:05.731 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container telemetry-consumer... 23:37:05.732 [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 23:37:05.732 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.733 [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 23:37:05.733 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.733 [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 23:37:05.733 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.734 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.734 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /telemetry-consumer... 23:37:05.735 [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 23:37:05.735 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.735 [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 23:37:05.735 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.735 [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 23:37:05.735 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.736 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/telemetry-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.736 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container lifecycle-consumer... 23:37:05.737 [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 23:37:05.737 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.738 [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 23:37:05.738 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.738 [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 23:37:05.738 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.739 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.739 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /lifecycle-consumer... 23:37:05.740 [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 23:37:05.740 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.740 [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 23:37:05.740 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.741 [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 23:37:05.741 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.741 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/lifecycle-consumer' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.742 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container auth-service... 23:37:05.743 [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 23:37:05.743 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.743 [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 23:37:05.743 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.743 [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 23:37:05.743 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.744 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.744 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /auth-service... 23:37:05.745 [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 23:37:05.745 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.745 [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 23:37:05.745 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.746 [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 23:37:05.746 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.746 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/auth-service' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.747 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container message-broker... 23:37:05.747 [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 23:37:05.748 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.748 [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 23:37:05.748 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.748 [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 23:37:05.748 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.749 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.749 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /message-broker... 23:37:05.750 [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 23:37:05.750 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.750 [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 23:37:05.750 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.751 [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 23:37:05.751 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.751 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/message-broker' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.751 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container rest-api... 23:37:05.752 [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 23:37:05.752 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.753 [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 23:37:05.753 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.753 [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 23:37:05.753 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.754 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name 'rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:635) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.754 [main] INFO o.e.k.q.i.steps.DockerSteps - Removing container /rest-api... 23:37:05.755 [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 23:37:05.755 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.755 [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 23:37:05.755 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.755 [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 23:37:05.755 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.756 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot remove container for name '/rest-api' (cannot filter running container list) com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainer(DockerSteps.java:645) at org.eclipse.kapua.qa.integration.steps.DockerSteps.removeContainers(DockerSteps.java:637) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:414) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 49 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.756 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers - Remove containers DONE 23:37:05.757 [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 23:37:05.757 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.758 [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 23:37:05.758 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.758 [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 23:37:05.758 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.759 [main] WARN o.e.k.q.i.steps.DockerSteps - Cannot print container name for step 'Remove containers DONE' com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2697) at com.spotify.docker.client.DefaultDockerClient.listContainers(DefaultDockerClient.java:621) at org.eclipse.kapua.qa.integration.steps.DockerSteps.printContainersNames(DockerSteps.java:497) at org.eclipse.kapua.qa.integration.steps.DockerSteps.stopFullDockerEnvironmentInternal(DockerSteps.java:415) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:208) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2695) ... 48 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted 23:37:05.759 [main] INFO o.e.k.q.i.steps.DockerSteps - Print containers (0) DONE - Remove containers DONE 23:37:05.759 [main] INFO o.e.k.q.i.steps.DockerSteps - Starting full docker environment... 23:37:05.760 [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 23:37:05.760 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.760 [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 23:37:05.760 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.761 [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 23:37:05.761 [jersey-client-async-executor-2] INFO o.a.http.impl.execchain.RetryExec - Retrying request to {}->unix://localhost:80 23:37:05.761 [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 com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) ... 51 common frames omitted Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 common frames omitted And Start full docker environment # org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment() com.spotify.docker.client.exceptions.DockerException: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at com.spotify.docker.client.DefaultDockerClient.propagate(DefaultDockerClient.java:2843) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2707) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at ✽.Start full docker environment(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:26) Caused by: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at com.spotify.docker.client.DefaultDockerClient.request(DefaultDockerClient.java:2705) at com.spotify.docker.client.DefaultDockerClient.requestAndTail(DefaultDockerClient.java:2792) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1341) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1318) at com.spotify.docker.client.DefaultDockerClient.pull(DefaultDockerClient.java:1312) at org.eclipse.kapua.qa.integration.steps.DockerSteps.pullImage(DockerSteps.java:447) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startBaseDockerEnvironmentInternal(DockerSteps.java:253) at org.eclipse.kapua.qa.integration.steps.DockerSteps.startFullDockerEnvironment(DockerSteps.java:209) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:519) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:526) at org.glassfish.jersey.client.ClientRuntime.lambda$null$6(ClientRuntime.java:185) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) at org.glassfish.jersey.internal.Errors.process(Errors.java:292) at org.glassfish.jersey.internal.Errors.process(Errors.java:274) at org.glassfish.jersey.internal.Errors.process(Errors.java:244) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:288) at org.glassfish.jersey.client.ClientRuntime.lambda$createRunnableForAsyncProcessing$7(ClientRuntime.java:159) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: java.io.IOException: No such file or directory at jnr.unixsocket.UnixSocketChannel.doConnect(UnixSocketChannel.java:127) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:136) at jnr.unixsocket.UnixSocketChannel.connect(UnixSocketChannel.java:223) at com.spotify.docker.client.UnixConnectionSocketFactory.connectSocket(UnixConnectionSocketFactory.java:85) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) at org.glassfish.jersey.apache.connector.ApacheConnector.apply(ApacheConnector.java:471) ... 14 more 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - =================== Cache Configuration =================== 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Default caching provider class name: org.eclipse.kapua.commons.service.internal.cache.dummy.CachingProvider 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | TTL: 60 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Expiry Policy: MODIFIED 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - | Config URI: N/A 23:37:05.765 [main] INFO o.e.k.c.s.i.c.CacheManagerProvider - ================================================================================== 23:37:05.765 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.765 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.765 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccountName - Expiry Policy: MODIFIED - TTL: 60 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.773 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.774 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.774 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AbstractKapuaConfigurableServiceCacheId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-account =================== 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.777 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.777 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.777 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.777 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: UserName - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-user =================== 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.784 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RoleName - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessInfoUserIdId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.784 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessRoleId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.786 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.790 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - =================== Google Authenticator Configuration =================== 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Time step: 30000 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Window size: 3 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code number: 5 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - | Scratch code digits: 6 23:37:05.790 [main] INFO o.e.k.s.a.s.mfa.MfaAuthenticatorImpl - ================================================================================== 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.816 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authentication =================== 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.818 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.819 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.819 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: AccessPermissionId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.822 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.822 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.822 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: RolePermissionId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.828 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.834 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.835 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.835 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceId_list - Expiry Policy: MODIFIED - TTL: 60 23:37:05.835 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceClientId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.835 [main] INFO o.e.k.c.s.i.cache.KapuaCacheManager - Created cache: DeviceConnectionId - Expiry Policy: MODIFIED - TTL: 60 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.839 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.842 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.849 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-authorization =================== 23:37:05.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.850 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-tag =================== 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.853 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device =================== 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.854 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.860 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.863 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.865 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.868 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.874 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.879 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.884 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.885 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - =================== Persistence Unit Config: kapua-device_management_operation_registry =================== 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Datasource Name: kapua-dbpool 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | Configuration Overrides 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | javax.persistence.nonJtaDataSource: HikariDataSource (HikariPool-1) 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - | eclipselink.cache.shared.default: false 23:37:05.888 [main] INFO o.e.k.c.j.KapuaEntityManagerFactory - ================================================================================== @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Items to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:32 23:37:35.956 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:38:05.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:38:40.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:39:15.960 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:39:15.961 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:34) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Items are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsRequested() And Inventory Items are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsReceived() And Inventory Items are 306 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemsAreSize(long) 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) 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) 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) And Inventory Items has Item named "xmlstarlet" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryItemNamedIsPresent(java.lang.String) 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) 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) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:39:15.965 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:39:15.965 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:39:15.965 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:39:45.966 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:41:15.968 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Bundles to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:52 23:41:46.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:42:16.005 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:42:51.006 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:43:26.007 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:43:26.008 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:54) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Bundles are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested() And Inventory Bundles are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived() And Inventory Bundles are 180 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long) 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) 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) 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) 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) 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) And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String) 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) 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) 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) 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) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:43:26.011 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:43:26.011 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:43:26.011 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:43:56.012 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:45:26.014 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Start an Inventory Bundles # features/deviceManagement/DeviceManagementInventoryI9n.feature:76 23:45:56.071 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:46:26.071 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:47:01.073 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:47:36.074 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:47:36.075 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:78) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Bundles are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested() And Inventory Bundles are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived() And Inventory Bundles are 180 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long) 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) 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) 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) 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) 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) And I start Inventory Bundle named "io.netty.transport-native-unix-common" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedStart(java.lang.String) And Inventory Bundles are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested() And Inventory Bundles are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived() And Inventory Bundles are 180 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long) 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) 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) 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) 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) 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) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:47:36.078 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:47:36.078 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:47:36.078 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:48:06.079 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:49:36.081 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Stop an Inventory Bundles # features/deviceManagement/DeviceManagementInventoryI9n.feature:104 23:50:06.115 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:50:36.116 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:51:11.117 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:51:46.118 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:51:46.119 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:106) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Bundles are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested() And Inventory Bundles are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived() And Inventory Bundles are 180 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long) And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String) 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) 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) 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) 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) And I stop Inventory Bundle named "org.apache.felix.fileinstall" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedStop(java.lang.String) And Inventory Bundles are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesRequested() And Inventory Bundles are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesReceived() And Inventory Bundles are 180 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundlesAreSize(long) And Inventory Bundles has Bundle named "org.apache.felix.fileinstall" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryBundleNamedIsPresent(java.lang.String) 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) 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) 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) 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) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:51:46.123 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:51:46.123 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:51:46.123 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:52:16.124 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:53:46.126 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory Container to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:132 23:54:16.160 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:54:46.161 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:55:21.162 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:55:56.163 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 23:55:56.164 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:134) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) And Inventory Containers has Container named "es" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "es" has version "docker.elastic.co/elasticsearch/elasticsearch:7.8.1" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "es" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 23:55:56.166 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 23:55:56.167 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 23:55:56.167 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 23:56:26.168 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 23:57:56.169 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Start an Inventory Container # features/deviceManagement/DeviceManagementInventoryI9n.feature:152 23:58:26.203 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:58:56.204 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 23:59:31.205 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:00:06.206 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 00:00:06.207 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:154) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) And I start Inventory Container named "db" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedStart(java.lang.String) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 00:00:06.210 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 00:00:06.210 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 00:00:06.211 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 00:00:36.212 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 00:02:06.214 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Stop an Inventory Container # features/deviceManagement/DeviceManagementInventoryI9n.feature:176 00:02:36.259 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:03:06.260 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:03:41.261 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:04:16.262 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 00:04:16.263 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:178) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) And I stop Inventory Container named "db" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedStop(java.lang.String) And Inventory Containers are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersRequested() And Inventory Containers are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersReceived() And Inventory Containers are 11 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainersAreSize(long) And Inventory Containers has Container named "db" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedIsPresent(java.lang.String) And Inventory Containers has Container named "db" has version "kapua/kapua-sql:latest" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasVersion(java.lang.String,java.lang.String) And Inventory Containers has Container named "db" has type "DOCKER" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventoryContainerNamedHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 00:04:16.266 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 00:04:16.266 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 00:04:16.266 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql 00:04:46.268 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0. 00:06:16.269 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:312) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.beginTransaction(DatasourceAccessor.java:257) at org.eclipse.persistence.sessions.server.ClientSession.retryTransaction(ClientSession.java:790) at org.eclipse.persistence.internal.sessions.AbstractSession.basicBeginTransaction(AbstractSession.java:753) at org.eclipse.persistence.sessions.server.ClientSession.addWriteConnection(ClientSession.java:759) at org.eclipse.persistence.sessions.server.ServerSession.acquireClientConnection(ServerSession.java:271) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:284) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelectCall(DatasourceCallQueryMechanism.java:317) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeNoSelect(DatasourceCallQueryMechanism.java:288) at org.eclipse.persistence.queries.DataModifyQuery.executeDatabaseQuery(DataModifyQuery.java:87) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.DatabaseQuery.executeInUnitOfWork(DatabaseQuery.java:812) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeUpdate(QueryImpl.java:302) at org.eclipse.kapua.commons.jpa.ResourceSqlScriptExecutor.executeUpdate(ResourceSqlScriptExecutor.java:106) at org.eclipse.kapua.commons.configuration.KapuaConfigurableServiceSchemaUtilsWithResources.scriptSession(KapuaConfigurableServiceSchemaUtilsWithResources.java:52) at org.eclipse.kapua.qa.common.DBHelper.deleteAll(DBHelper.java:102) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDocker(BasicSteps.java:444) at org.eclipse.kapua.qa.common.BasicSteps.afterScenarioDockerFull(BasicSteps.java:415) at jdk.internal.reflect.GeneratedMethodAccessor130.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaHookDefinition.execute(JavaHookDefinition.java:59) at io.cucumber.core.runner.CoreHookDefinition.execute(CoreHookDefinition.java:46) at io.cucumber.core.runner.HookDefinitionMatch.runStep(HookDefinitionMatch.java:21) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.TestCase.run(TestCase.java:110) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 71 more @deviceManagement @deviceManagementInventory @env_docker Scenario: Request Inventory System Packages to a Device # features/deviceManagement/DeviceManagementInventoryI9n.feature:200 00:06:46.304 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:07:16.305 [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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:07:51.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 Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)"). 00:08:26.308 [main] WARN eclipselink.logging.all - Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") 00:08:26.309 [main] ERROR o.e.kapua.storage.TxManagerImpl - Non-recoverable exception, failing javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.eclipse.persistence.exceptions.DatabaseException: Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 common frames omitted Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 common frames omitted An unexpected exception was raised: KapuaException with message: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. 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) org.eclipse.kapua.KapuaException: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:99) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.handleTokenLoginException(AuthenticationServiceShiroImpl.java:523) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:234) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at ✽.I login as user with name "kapua-sys" and password "kapua-password"(classpath:features/deviceManagement/DeviceManagementInventoryI9n.feature:202) Caused by: org.apache.shiro.authc.AuthenticationException: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:87) at org.apache.shiro.authc.pam.ModularRealmAuthenticator.doAuthenticate(ModularRealmAuthenticator.java:275) at org.apache.shiro.authc.AbstractAuthenticator.authenticate(AbstractAuthenticator.java:198) at org.apache.shiro.mgt.AuthenticatingSecurityManager.authenticate(AuthenticatingSecurityManager.java:106) at org.apache.shiro.mgt.DefaultSecurityManager.login(DefaultSecurityManager.java:275) at org.apache.shiro.subject.support.DelegatingSubject.login(DelegatingSubject.java:260) at org.eclipse.kapua.service.authentication.shiro.AuthenticationServiceShiroImpl.login(AuthenticationServiceShiroImpl.java:217) at org.eclipse.kapua.service.user.steps.UserServiceSteps.loginUser(UserServiceSteps.java:586) at jdk.internal.reflect.GeneratedMethodAccessor123.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at io.cucumber.java.Invoker.doInvoke(Invoker.java:66) at io.cucumber.java.Invoker.invoke(Invoker.java:24) at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47) at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29) at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66) at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63) at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10) at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:92) at io.cucumber.core.runner.TestStep.run(TestStep.java:64) at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51) at io.cucumber.core.runner.TestCase.run(TestCase.java:104) at io.cucumber.core.runner.Runner.runPickle(Runner.java:73) at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:151) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:135) at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:200) at io.cucumber.junit.Cucumber.runChild(Cucumber.java:90) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at io.cucumber.junit.Cucumber$RunCucumber.evaluate(Cucumber.java:235) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:377) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:284) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:248) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:167) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:456) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:169) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:595) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:581) Caused by: org.apache.shiro.ShiroException: Unexpected error while looking for the user! at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:80) at org.apache.shiro.realm.AuthenticatingRealm.getAuthenticationInfo(AuthenticatingRealm.java:571) at org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.doMultiRealmAuthentication(KapuaAuthenticator.java:61) ... 50 more Caused by: org.eclipse.kapua.KapuaException: An internal error occurred: Error during Persistence Operation. at org.eclipse.kapua.KapuaException.internalError(KapuaException.java:84) at org.eclipse.kapua.commons.util.KapuaExceptionUtils.convertPersistenceException(KapuaExceptionUtils.java:107) at org.eclipse.kapua.commons.jpa.JpaTxContext.convertPersistenceException(JpaTxContext.java:78) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:61) at org.eclipse.kapua.service.user.internal.UserServiceImpl.findByName(UserServiceImpl.java:288) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.lambda$doGetAuthenticationInfo$0(UserPassAuthenticatingRealm.java:76) at org.eclipse.kapua.commons.security.KapuaSecurityUtils.doPrivileged(KapuaSecurityUtils.java:116) at org.eclipse.kapua.service.authentication.shiro.realm.UserPassAuthenticatingRealm.doGetAuthenticationInfo(UserPassAuthenticatingRealm.java:76) ... 52 more Caused by: javax.persistence.PersistenceException: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.internal.jpa.QueryImpl.getDetailedException(QueryImpl.java:391) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:264) at org.eclipse.persistence.internal.jpa.QueryImpl.getResultList(QueryImpl.java:482) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindAllByField(KapuaEntityJpaRepository.java:671) at org.eclipse.kapua.commons.jpa.KapuaEntityJpaRepository.doFindByField(KapuaEntityJpaRepository.java:622) at org.eclipse.kapua.commons.jpa.KapuaNamedEntityJpaRepository.findByName(KapuaNamedEntityJpaRepository.java:52) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByNameCached(KapuaNamedEntityRepositoryCachingWrapper.java:63) at org.eclipse.kapua.commons.storage.KapuaNamedEntityRepositoryCachingWrapper.findByName(KapuaNamedEntityRepositoryCachingWrapper.java:50) at org.eclipse.kapua.service.user.internal.UserServiceImpl.lambda$findByName$11(UserServiceImpl.java:288) at org.eclipse.kapua.storage.TxManagerImpl.execute(TxManagerImpl.java:50) ... 56 more Caused by: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Call: SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?) bind => [1 parameter bound] Query: ReadAllQuery(referenceClass=UserImpl sql="SELECT attributes, created_on, description, display_name, email, expiration_date, external_id, external_username, modified_on, name, optlock, phone_number, properties, status, user_type, created_by, id, modified_by, scope_id FROM usr_user WHERE (name = ?)") at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:318) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:150) at org.eclipse.persistence.sessions.DatasourceLogin.connectToDatasource(DatasourceLogin.java:172) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.connectInternal(DatasourceAccessor.java:349) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.connectInternal(DatabaseAccessor.java:316) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.reconnect(DatasourceAccessor.java:585) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.reconnect(DatabaseAccessor.java:1681) at org.eclipse.persistence.internal.databaseaccess.DatasourceAccessor.incrementCallCount(DatasourceAccessor.java:324) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:622) at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:567) at org.eclipse.persistence.internal.sessions.AbstractSession.basicExecuteCall(AbstractSession.java:2105) at org.eclipse.persistence.sessions.server.ServerSession.executeCall(ServerSession.java:603) at org.eclipse.persistence.sessions.server.ClientSession.executeCall(ClientSession.java:265) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:275) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:261) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:345) at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.selectAllRows(DatasourceCallQueryMechanism.java:765) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRowsFromTable(ExpressionQueryMechanism.java:2776) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.selectAllRows(ExpressionQueryMechanism.java:2729) at org.eclipse.persistence.queries.ReadAllQuery.executeObjectLevelReadQuery(ReadAllQuery.java:584) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeDatabaseQuery(ObjectLevelReadQuery.java:1232) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:913) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1191) at org.eclipse.persistence.queries.ReadAllQuery.execute(ReadAllQuery.java:485) at org.eclipse.persistence.queries.ObjectLevelReadQuery.executeInUnitOfWork(ObjectLevelReadQuery.java:1279) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.internalExecuteQuery(UnitOfWorkImpl.java:3004) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1898) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.retryQuery(AbstractSession.java:1969) at org.eclipse.persistence.sessions.server.ClientSession.retryQuery(ClientSession.java:706) at org.eclipse.persistence.internal.sessions.UnitOfWorkImpl.retryQuery(UnitOfWorkImpl.java:5736) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1935) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1880) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1845) at org.eclipse.persistence.internal.jpa.QueryImpl.executeReadQuery(QueryImpl.java:262) ... 64 more Caused by: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. at com.zaxxer.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:696) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:197) at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:162) at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:128) at org.eclipse.persistence.sessions.JNDIConnector.connect(JNDIConnector.java:138) ... 104 more And I start the Kura Mock # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.startKuraMock() And Device is connected within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceConnected(int) And Device status is "CONNECTED" within 10 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.deviceStatusIs(java.lang.String,int) And I select account "kapua-sys" # org.eclipse.kapua.service.account.steps.AccountServiceSteps.selectAccount(java.lang.String) And I get the KuraMock device after 5 seconds # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.getKuraMockDevice(int) And Inventory System Packages are requested # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesRequested() And Inventory System Packages are received # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesReceived() And Inventory System Packages are 113 # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackagesAreSize(long) And Inventory System Packages has System Package named "bash" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageNamedIsPresent(java.lang.String) And Inventory System Packages has System Package named "bash" has version "5.1.8-r0" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasVersion(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "bash" has type "APK" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasType(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "libxcb" is present # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageNamedIsPresent(java.lang.String) And Inventory System Packages has System Package named "libxcb" has version "1.14-r2" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasVersion(java.lang.String,java.lang.String) And Inventory System Packages has System Package named "libxcb" has type "APK" # org.eclipse.kapua.service.device.registry.steps.DeviceManagementInventorySteps.inventorySystemPackageHasType(java.lang.String,java.lang.String) Then KuraMock is disconnected # org.eclipse.kapua.service.device.registry.steps.BrokerSteps.kuraMockDisconnected() And I logout # org.eclipse.kapua.service.user.steps.UserServiceSteps.logout() 00:08:26.312 [main] INFO o.eclipse.kapua.qa.common.BasicSteps - Database cleanup... 00:08:26.312 [main] INFO o.e.k.c.c.KapuaConfigurableServiceSchemaUtilsWithResources - Running database script from resources... 00:08:26.312 [main] INFO o.e.k.c.jpa.SimpleSqlScriptExecutor - Running resources script: sql/all_delete.sql Build timed out (after 120 minutes). Marking the build as aborted. Build was aborted [htmlpublisher] Archiving HTML reports... [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 ERROR: Specified HTML directory '/home/jenkins/agent/workspace/develop-test/dev-tools/cucumber-reports/target/kapua-cucumber-report' does not exist. Recording test results [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] JobEngineService execute job on device connect.Executing Job And Then Restarting Device [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected After The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before End Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job When Device Connected Before The Specified Start Date And Time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] JobEngineService execute job on device connect.Executing Job Without Steps [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters And Null Cron Value [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With All Valid Parameters Except Cron Format [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Cron Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Device Connect" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With All Valid Parameters [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With End Time before Start time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Max Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Min Length Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Name Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique End Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Non-Unique Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Null Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With Start Date Only [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule With the same Start and End time [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without Interval Number [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without The Start Date Parameter [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Adding "Interval Job" Schedule Without a Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Cron Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Device Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Deleting "Interval Schedule" Triggering [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms. Error Code: 0 Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [ERROR] Trigger service tests.Init Security Context for all scenarios [ERROR] Run 1: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: java.io.IOException: No such file or directory [ERROR] Run 2: org.h2.jdbc.JdbcSQLNonTransientConnectionException: Connection is broken: "java.net.ConnectException: Connection refused (Connection refused): localhost:3306" [90067-200] [INFO] [ERROR] Trigger service tests.Interval Job" Schedule With Too Long Name [ERROR] Run 1: An internal error occurred: org.apache.shiro.ShiroException: Unexpected error while looking for the user!. [ERROR] Run 2: Exception [EclipseLink-4002] (Eclipse Persistence Services - 2.7.12.v20230209-e5c4074ef3): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ACT_ACCOUNT" not found; SQL statement: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; [42102-200] Error Code: 42102 Call: /******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; Query: DataModifyQuery(sql="/******************************************************************************* * Copyright (c) 2017, 2022 Eurotech and/or its affiliates and others * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Eurotech - initial API and implementation *******************************************************************************/ UPDATE act_account SET scope_id = null; DELETE FROM act_account WHERE id NOT IN (1); DELETE FROM atht_credential WHERE NOT (scope_id = 1 AND id IN (1, 2, 3)); DELETE FROM atht_access_token; DELETE FROM atht_mfa_option; DELETE FROM atht_scratch_code; DELETE FROM athz_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_role_permission WHERE NOT (scope_id = 1 AND role_id = 1); DELETE FROM dvc_device_connection; DELETE FROM dvc_device; DELETE FROM dvc_device_event; DELETE FROM sys_configuration WHERE NOT (scope_id = 1 AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9)); DELETE FROM usr_user WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_info WHERE NOT (scope_id = 1 AND id IN (1, 2)); DELETE FROM athz_access_permission WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_access_role WHERE NOT (scope_id = 1 AND id = 1); DELETE FROM athz_domain_actions WHERE domain_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21); DELETE FROM athz_domain WHERE NOT (scope_id IS null AND id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21)); DELETE FROM athz_group; DELETE FROM tag_tag; DELETE FROM job_job; DELETE FROM job_job_execution; DELETE FROM job_job_step; DELETE FROM job_job_step_definition WHERE id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_definition_properties WHERE step_definition_id NOT IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10); DELETE FROM job_job_step_properties; DELETE FROM job_job_target; DELETE FROM schdl_trigger; DELETE FROM schdl_trigger_properties; DELETE FROM endp_endpoint_info; ") [INFO] [INFO] [ERROR] Tests run: 162, Failures: 0, Errors: 50, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for kapua 2.1.0-SNAPSHOT: [INFO] [INFO] kapua-build-tools .................................. SUCCESS [ 1.676 s] [INFO] kapua .............................................. SUCCESS [ 18.479 s] [INFO] kapua-qa ........................................... SUCCESS [ 0.843 s] [INFO] kapua-qa-markers ................................... SUCCESS [ 1.365 s] [INFO] kapua-service ...................................... SUCCESS [ 4.948 s] [INFO] kapua-service-api .................................. SUCCESS [ 8.147 s] [INFO] kapua-account ...................................... SUCCESS [ 0.211 s] [INFO] kapua-account-api .................................. SUCCESS [ 1.407 s] [INFO] kapua-user ......................................... SUCCESS [ 0.233 s] [INFO] kapua-user-api ..................................... SUCCESS [ 1.076 s] [INFO] kapua-security ..................................... SUCCESS [ 1.187 s] [INFO] kapua-security-authorization ....................... SUCCESS [ 0.174 s] [INFO] kapua-security-authorization-api ................... SUCCESS [ 4.323 s] [INFO] kapua-security-authentication ...................... SUCCESS [ 0.148 s] [INFO] kapua-security-authentication-api .................. SUCCESS [ 3.265 s] [INFO] kapua-commons ...................................... SUCCESS [ 27.061 s] [INFO] kapua-locator ...................................... SUCCESS [ 0.183 s] [INFO] kapua-locator-guice ................................ SUCCESS [ 6.215 s] [INFO] kapua-account-internal ............................. SUCCESS [ 7.681 s] [INFO] kapua-message ...................................... SUCCESS [ 0.181 s] [INFO] kapua-message-api .................................. SUCCESS [ 1.749 s] [INFO] kapua-device ....................................... SUCCESS [ 1.894 s] [INFO] kapua-device-api ................................... SUCCESS [ 1.621 s] [INFO] kapua-device-registry .............................. SUCCESS [ 0.632 s] [INFO] kapua-device-registry-api .......................... SUCCESS [ 1.823 s] [INFO] kapua-job .......................................... SUCCESS [ 0.339 s] [INFO] kapua-job-api ...................................... SUCCESS [ 1.224 s] [INFO] kapua-job-engine ................................... SUCCESS [ 0.348 s] [INFO] kapua-job-engine-api ............................... SUCCESS [ 3.185 s] [INFO] kapua-device-management ............................ SUCCESS [ 0.651 s] [INFO] kapua-device-management-api ........................ SUCCESS [ 1.546 s] [INFO] kapua-device-management-request .................... SUCCESS [ 0.072 s] [INFO] kapua-device-management-request-api ................ SUCCESS [ 1.545 s] [INFO] kapua-commons-rest ................................. SUCCESS [ 0.184 s] [INFO] kapua-commons-rest-model ........................... SUCCESS [ 4.639 s] [INFO] kapua-job-engine-client ............................ SUCCESS [ 1.896 s] [INFO] kapua-job-engine-commons ........................... SUCCESS [ 2.030 s] [INFO] kapua-transport .................................... SUCCESS [ 0.165 s] [INFO] kapua-transport-api ................................ SUCCESS [ 4.916 s] [INFO] kapua-device-call .................................. SUCCESS [ 0.623 s] [INFO] kapua-device-call-api .............................. SUCCESS [ 4.659 s] [INFO] kapua-translator ................................... SUCCESS [ 0.386 s] [INFO] kapua-translator-api ............................... SUCCESS [ 1.470 s] [INFO] kapua-message-internal ............................. SUCCESS [ 7.477 s] [INFO] kapua-transport-mqtt ............................... SUCCESS [ 4.929 s] [INFO] kapua-device-call-kura ............................. SUCCESS [ 3.640 s] [INFO] kapua-device-management-registry ................... SUCCESS [ 0.131 s] [INFO] kapua-device-management-registry-api ............... SUCCESS [ 1.575 s] [INFO] kapua-device-commons ............................... SUCCESS [ 4.169 s] [INFO] kapua-service-commons .............................. SUCCESS [ 0.225 s] [INFO] kapua-service-storable ............................. SUCCESS [ 0.112 s] [INFO] kapua-service-storable-api ......................... SUCCESS [ 3.951 s] [INFO] kapua-service-elasticsearch ........................ SUCCESS [ 0.164 s] [INFO] kapua-service-elasticsearch-client-api ............. SUCCESS [ 4.812 s] [INFO] kapua-datastore .................................... SUCCESS [ 0.551 s] [INFO] kapua-datastore-api ................................ SUCCESS [ 1.786 s] [INFO] kapua-service-storable-internal .................... SUCCESS [ 1.647 s] [INFO] kapua-service-elasticsearch-client-rest ............ SUCCESS [ 2.245 s] [INFO] kapua-datastore-internal ........................... SUCCESS [ 3.122 s] [INFO] kapua-plug-ins ..................................... SUCCESS [ 0.309 s] [INFO] kapua-sso .......................................... SUCCESS [ 0.149 s] [INFO] kapua-openid-connect ............................... SUCCESS [ 0.106 s] [INFO] kapua-openid-api ................................... SUCCESS [ 0.958 s] [INFO] kapua-openid-provider .............................. SUCCESS [ 1.817 s] [INFO] kapua-security-registration ........................ SUCCESS [ 0.065 s] [INFO] kapua-security-registration-api .................... SUCCESS [ 1.443 s] [INFO] kapua-service-commons-utils ........................ SUCCESS [ 0.066 s] [INFO] kapua-service-commons-utils-api .................... SUCCESS [ 1.310 s] [INFO] kapua-security-certificate ......................... SUCCESS [ 0.184 s] [INFO] kapua-security-certificate-api ..................... SUCCESS [ 1.788 s] [INFO] kapua-service-commons-utils-internal ............... SUCCESS [ 1.406 s] [INFO] kapua-security-certificate-internal ................ SUCCESS [ 1.834 s] [INFO] kapua-user-internal ................................ SUCCESS [ 2.251 s] [INFO] kapua-client ....................................... SUCCESS [ 0.635 s] [INFO] kapua-client-security .............................. SUCCESS [ 3.605 s] [INFO] kapua-device-authentication ........................ SUCCESS [ 1.388 s] [INFO] kapua-tag .......................................... SUCCESS [ 0.139 s] [INFO] kapua-tag-api ...................................... SUCCESS [ 0.981 s] [INFO] kapua-device-registry-internal ..................... SUCCESS [ 3.299 s] [INFO] kapua-security-registration-simple ................. SUCCESS [ 1.800 s] [INFO] kapua-tag-internal ................................. SUCCESS [ 6.586 s] [INFO] kapua-security-shiro ............................... SUCCESS [ 34.463 s] [INFO] kapua-simulator-kura ............................... SUCCESS [ 12.103 s] [INFO] kapua-stream ....................................... SUCCESS [ 0.058 s] [INFO] kapua-stream-api ................................... SUCCESS [ 1.123 s] [INFO] kapua-device-management-asset ...................... SUCCESS [ 0.081 s] [INFO] kapua-device-management-asset-api .................. SUCCESS [ 1.375 s] [INFO] kapua-device-management-asset-store ................ SUCCESS [ 0.048 s] [INFO] kapua-device-management-asset-store-api ............ SUCCESS [ 1.292 s] [INFO] kapua-device-management-asset-internal ............. SUCCESS [ 1.732 s] [INFO] kapua-device-management-asset-store-dummy .......... SUCCESS [ 1.455 s] [INFO] kapua-device-management-bundle ..................... SUCCESS [ 0.068 s] [INFO] kapua-device-management-bundle-api ................. SUCCESS [ 1.219 s] [INFO] kapua-device-management-bundle-internal ............ SUCCESS [ 1.670 s] [INFO] kapua-device-management-command .................... SUCCESS [ 0.070 s] [INFO] kapua-device-management-command-api ................ SUCCESS [ 1.277 s] [INFO] kapua-device-management-command-internal ........... SUCCESS [ 1.766 s] [INFO] kapua-device-management-configuration .............. SUCCESS [ 0.104 s] [INFO] kapua-device-management-configuration-api .......... SUCCESS [ 1.555 s] [INFO] kapua-device-management-configuration-message-api .. SUCCESS [ 1.208 s] [INFO] kapua-device-management-configuration-store ........ SUCCESS [ 0.062 s] [INFO] kapua-device-management-configuration-store-api .... SUCCESS [ 1.338 s] [INFO] kapua-device-management-configuration-internal ..... SUCCESS [ 2.162 s] [INFO] kapua-device-management-configuration-store-dummy .. SUCCESS [ 1.436 s] [INFO] kapua-device-management-inventory .................. SUCCESS [ 0.172 s] [INFO] kapua-device-management-inventory-api .............. SUCCESS [ 1.568 s] [INFO] kapua-device-management-inventory-internal ......... SUCCESS [ 1.947 s] [INFO] kapua-device-management-keystore ................... SUCCESS [ 0.136 s] [INFO] kapua-device-management-keystore-api ............... SUCCESS [ 1.501 s] [INFO] kapua-device-management-keystore-internal .......... SUCCESS [ 2.162 s] [INFO] kapua-device-management-packages ................... SUCCESS [ 0.156 s] [INFO] kapua-device-management-packages-api ............... SUCCESS [ 1.740 s] [INFO] kapua-device-management-registry-internal .......... SUCCESS [ 2.144 s] [INFO] kapua-device-management-packages-internal .......... SUCCESS [ 2.262 s] [INFO] kapua-device-management-request-internal ........... SUCCESS [ 1.517 s] [INFO] kapua-device-management-all ........................ SUCCESS [ 0.041 s] [INFO] kapua-device-management-all-internal ............... SUCCESS [ 0.093 s] [INFO] kapua-translator-kapua ............................. SUCCESS [ 0.304 s] [INFO] kapua-translator-kapua-kura ........................ SUCCESS [ 2.990 s] [INFO] kapua-translator-kura .............................. SUCCESS [ 0.073 s] [INFO] kapua-translator-kura-mqtt ......................... SUCCESS [ 1.497 s] [INFO] kapua-transport-jms ................................ SUCCESS [ 1.646 s] [INFO] kapua-translator-kura-jms .......................... SUCCESS [ 1.734 s] [INFO] kapua-qa-common .................................... SUCCESS [ 5.125 s] [INFO] kapua-account-test-steps ........................... SUCCESS [ 2.042 s] [INFO] kapua-account-test ................................. SUCCESS [ 40.303 s] [INFO] kapua-user-test-steps .............................. SUCCESS [ 3.333 s] [INFO] kapua-user-test .................................... SUCCESS [ 45.284 s] [INFO] kapua-scheduler .................................... SUCCESS [ 0.200 s] [INFO] kapua-scheduler-api ................................ SUCCESS [ 1.230 s] [INFO] kapua-device-management-job ........................ SUCCESS [ 0.081 s] [INFO] kapua-device-management-job-api .................... SUCCESS [ 1.514 s] [INFO] kapua-service-client ............................... SUCCESS [ 5.127 s] [INFO] kapua-broker ....................................... SUCCESS [ 0.158 s] [INFO] kapua-broker-artemis ............................... SUCCESS [ 0.193 s] [INFO] kapua-broker-artemis-plugin ........................ SUCCESS [ 5.526 s] [INFO] kapua-device-registry-test-steps ................... SUCCESS [ 3.526 s] [INFO] kapua-device-registry-test ......................... SUCCESS [01:38 min] [INFO] kapua-scheduler-quartz ............................. SUCCESS [ 2.707 s] [INFO] kapua-job-internal ................................. SUCCESS [ 2.770 s] [INFO] kapua-job-test-steps ............................... SUCCESS [ 2.573 s] [INFO] kapua-job-test ..................................... SUCCESS [01:39 min] [INFO] kapua-tag-test-steps ............................... SUCCESS [ 1.865 s] [INFO] kapua-tag-test ..................................... SUCCESS [01:16 min] [INFO] kapua-endpoint ..................................... SUCCESS [ 0.105 s] [INFO] kapua-endpoint-api ................................. SUCCESS [ 0.883 s] [INFO] kapua-rest-api ..................................... SUCCESS [ 0.463 s] [INFO] kapua-rest-api-core ................................ SUCCESS [ 6.900 s] [INFO] kapua-device-management-all-api .................... SUCCESS [ 0.063 s] [INFO] kapua-system ....................................... SUCCESS [ 0.054 s] [INFO] kapua-system-api ................................... SUCCESS [ 0.745 s] [INFO] kapua-commons-rest-errors .......................... SUCCESS [ 2.441 s] [INFO] kapua-rest-api-resources ........................... SUCCESS [ 9.721 s] [INFO] kapua-endpoint-internal ............................ SUCCESS [ 1.837 s] [INFO] kapua-commons-rest-filters ......................... SUCCESS [ 1.713 s] [INFO] kapua-stream-internal .............................. SUCCESS [ 1.378 s] [INFO] kapua-system-internal .............................. SUCCESS [ 1.267 s] [INFO] kapua-extras ....................................... SUCCESS [ 0.143 s] [INFO] kapua-foreignkeys .................................. SUCCESS [ 0.087 s] [INFO] kapua-rest-api-web ................................. SUCCESS [ 16.644 s] [INFO] kapua-qa-integration-steps ......................... SUCCESS [ 3.223 s] [INFO] kapua-security-test-steps .......................... SUCCESS [ 2.427 s] [INFO] kapua-device-management-job-internal ............... SUCCESS [ 1.826 s] [INFO] kapua-endpoint-test-steps .......................... SUCCESS [ 2.368 s] [INFO] kapua-device-management-bundle-job ................. SUCCESS [ 1.571 s] [INFO] kapua-device-management-asset-job .................. SUCCESS [ 1.281 s] [INFO] kapua-device-management-packages-job ............... SUCCESS [ 1.465 s] [INFO] kapua-device-management-command-job ................ SUCCESS [ 1.285 s] [INFO] kapua-device-management-configuration-job .......... SUCCESS [ 1.519 s] [INFO] kapua-device-management-keystore-job ............... SUCCESS [ 1.460 s] [INFO] kapua-scheduler-test-steps ......................... SUCCESS [ 1.852 s] [INFO] kapua-datastore-test-steps ......................... SUCCESS [ 2.774 s] [INFO] kapua-service-camel ................................ SUCCESS [ 1.885 s] [INFO] kapua-consumer ..................................... SUCCESS [ 0.109 s] [INFO] kapua-consumer-lifecycle ........................... SUCCESS [ 10.060 s] [INFO] kapua-consumer-telemetry ........................... SUCCESS [ 2.214 s] [INFO] kapua-service-authentication ....................... SUCCESS [ 2.366 s] [INFO] kapua-qa-integration ............................... FAILURE [ 01:46 h] [INFO] kapua-dev-tools .................................... SKIPPED [INFO] kapua-cucumber-reports ............................. SKIPPED [INFO] kapua-deployment ................................... SKIPPED [INFO] kapua-deployment-commons ........................... SKIPPED [INFO] kapua-docker ....................................... SKIPPED [INFO] kapua-minishift .................................... SKIPPED [INFO] kapua-openshift .................................... SKIPPED [INFO] kapua-datastore-test ............................... SKIPPED [INFO] kapua-device-management-all-job .................... SKIPPED [INFO] kapua-scheduler-test ............................... SKIPPED [INFO] kapua-security-test ................................ SKIPPED [INFO] kapua-system-test-steps ............................ SKIPPED [INFO] kapua-system-test .................................. SKIPPED [INFO] kapua-service-authentication-app ................... SKIPPED [INFO] kapua-translator-test-steps ........................ SKIPPED [INFO] kapua-translator-test .............................. SKIPPED [INFO] kapua-es-migrator .................................. SKIPPED [INFO] kapua-encryption-migrator .......................... SKIPPED [INFO] kapua-liquibase-unlocker ........................... SKIPPED [INFO] kapua-openid-provider-generic ...................... SKIPPED [INFO] kapua-openid-provider-keycloak ..................... SKIPPED [INFO] kapua-job-engine-jbatch ............................ SKIPPED [INFO] kapua-job-engine-app ............................... SKIPPED [INFO] kapua-job-engine-app-core .......................... SKIPPED [INFO] kapua-job-engine-app-resources ..................... SKIPPED [INFO] kapua-job-engine-app-web ........................... SKIPPED [INFO] kapua-consumer-lifecycle-app ....................... SKIPPED [INFO] kapua-consumer-telemetry-app ....................... SKIPPED [INFO] kapua-client-gateway ............................... SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: API ............. SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: SPI ............. SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider ........ SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Core MQTT SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: FUSE MQTT SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Provider :: Eclipse Paho SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Profile :: Eclipse Kura SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Features ........ SKIPPED [INFO] Eclipse Kapua :: Gateway Client :: Features :: Karaf SKIPPED [INFO] kapua-assembly ..................................... SKIPPED [INFO] kapua-assembly-java-base ........................... SKIPPED [INFO] kapua-assembly-jetty-base .......................... SKIPPED [INFO] kapua-assembly-sql ................................. SKIPPED [INFO] kapua-assembly-events-broker ....................... SKIPPED [INFO] kapua-assembly-broker-artemis ...................... SKIPPED [INFO] kapua-assembly-api ................................. SKIPPED [INFO] kapua-assembly-consumer ............................ SKIPPED [INFO] kapua-assembly-consumer-telemetry .................. SKIPPED [INFO] kapua-assembly-consumer-lifecycle .................. SKIPPED [INFO] kapua-assembly-service ............................. SKIPPED [INFO] kapua-assembly-service-authentication .............. SKIPPED [INFO] kapua-assembly-job-engine .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:59 h [INFO] Finished at: 2024-05-03T00:08:35Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M7:test (default-test) on project kapua-qa-integration: [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [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-20240502222140156_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-05-02T22-09-06_718-jvmRun1' 'surefire-20240502222140156_486tmp' 'surefire_27-20240502222140156_487tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] Crashed tests: [ERROR] Device Management Inventory Service Tests [ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? [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-20240502222140156_488.jar' '/home/jenkins/agent/workspace/develop-test/qa/integration/target/surefire' '2024-05-02T22-09-06_718-jvmRun1' 'surefire-20240502222140156_486tmp' 'surefire_27-20240502222140156_487tmp' [ERROR] Error occurred in starting fork, check output in log [ERROR] Process Exit Code: 143 [ERROR] Crashed tests: [ERROR] Device Management Inventory Service Tests [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:714) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:311) [ERROR] at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:268) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1334) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1167) [ERROR] at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:931) [ERROR] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162) [ERROR] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39) [ERROR] at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73) [ERROR] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53) [ERROR] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261) [ERROR] at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173) [ERROR] at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101) [ERROR] at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906) [ERROR] at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283) [ERROR] at org.apache.maven.cli.MavenCli.main(MavenCli.java:206) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [ERROR] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [ERROR] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [ERROR] at java.base/java.lang.reflect.Method.invoke(Method.java:566) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407) [ERROR] at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348) [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :kapua-qa-integration [Checks API] No suitable checks publisher found. Finished: ABORTED